CRM Reporting not showing for some users
I am not sure if I posted this to the correct location, I didn't see one for CRM.We have a few users trying to run reports in CRM.They all have the same permission within CRM, however the reporting is...
View ArticleSSRS control values or limits to a column chart
Hi,I'm building a column chart in SSRS that has a category group and a series group. I need to add some control values or limits to some of the categories.Here's an example picture of the desired...
View ArticleDynamic charts in MSDN forum Profiles: how were they created?
If you go to this link pointing to an MSDN profile, you'll see several dynamic charts (points history, Activities by Application, Points by Application).What tools were used to create these...
View ArticleAggregate in SSRS Expression
Hi All ,When i am using =Aggregate(Fields!AHT.Value) Getting Blank in the column.But when i am taking =Fields!AHT.Value or =Sum(Fields!AHT.Value) or...
View ArticleWhere installing the report server for Reporting Services in SharePoint...
Hi,in a SharePoint 2013 farm with a web front end + app SharePoint machine plus a SQL Server db machine, is it possible to put the report server on the db server and the Reporting Services add-in on...
View ArticleSSRS 2012: Subreport in Design View will NOT reflect changes in Preview
Strange. Yes, I saved the changes. Yes, I deleted the subreport and tried inserting it back into the Main Report. DESIGN mode is fine -- but Preview mode reflects only the old subreport (I can tell...
View ArticleAutomated Report Execution
Hi,I created a schedule that I wish to run on the first of each month. After doing this the processing options page shows an error. What should I do?Also, is it possible to get an extract of this...
View ArticleUsing an Expression for Maximum Date range Report Builder 3.0
I have a range of dates on one record on changes that were made. I need to filter by the latest, most current date on each record, using an Expression on Report Builder 3.0. Any help or suggestion...
View ArticleAn unexpected error occurred while compiling expressions. Native compiler...
Hi All I have custom code in my report. All references are fine, I have used code in my reports since forever! I placed a textbox above the table with the expression: Code.Update_Alloc(). When I try to...
View ArticleCascading Reports
Hi AllI am trying to create a simple cascading report parameters as following and couldn't create it successfully.please help me on this.Am using just two tables form AdventureWorks2008 database which...
View ArticleHow to remove report Header space in subsequent pages
I wrote =iif(Globals!PageNumber=1,FALSE,TRUE) under Hidden propery of Page header. BEcause of this, report header is suppressed on the subsequent page. However, unfortunately, white space of the...
View ArticleSSRS Multiple Variable Level (Dynamic Grouping) Report with Parameters
I have an SSRS report where I have parameters for each level of the report (5 Levels Total).Each Parameter Selection has five choices.I'd have a stepped Report, and I wish for Level1 to display the...
View ArticleSSRS 2008 R2 Refresh Chart with Footer field?
Hi. I have a fairly simple report which displays totals of specific categories and calculated weighted totals by person. The problem is the Chart does not get populated with data when positioned...
View ArticleMail Merge with incosistent page sizes
Is there a way to make the pages auto fit in a mail merge document where some of the pages are a little too long to fit on 1 page?I don't want to shrink the font for the whole document, just the pages...
View ArticleReport Data Source Power View missing as content source
Hi,I installed SQL Server 2012 SP1 + CU4 reporting services add-in for SharePoint to enable power view reports. I have enabled SSRS in the central admin site and I have also enabled the feature in the...
View ArticleExpression based connection string SSRS
I have a requirement to create dynamic connection for SSRS reports where the connection information (Server & DB) will be worked out in c# code, so no interaction with end user selecting(Server or...
View ArticleUsing parameters in named query in report model
I am developing Adhoc reports using report model butI want a data filter (row level) in named query. Is it possible?e.g select a,b,c from table_name where userid=@userid. Actually our requirement is...
View ArticleGenerating report for 10,000 records (SSRS 2008)
Hi Experts,I have SQL Procedure resulting 10,000 records, which is properly indexed and working fine from db.Using SSRS 2008 recreated a report to print the records with some parameters.Problem : The...
View ArticleSSRS not returning data for a single day but returning for rest of the days
Hi Experts,I am faced with a peculiar situation where a SSRS report works absolutely fine for all the days of June 2013 except for June 4,2013.When I run the report specifying the parameters for June...
View ArticleSSRS 2008 R2: Using a value returned by SP as a parameter to another SP with...
Hi,First to state, I am not a master in SSRS yet, only have been using it for last three months.I have stored procedure in Oracle which I would need to execute twice, second one having parameter needed...
View Article