Grand Total For Matrix Based Report
Hi All,I have a matrix based report with Fields like Country ,Amount and MonthYearSo report looks like below the columns get generated dynamically :Country Oct 2013 Nov 2013 Dec 2013India...
View ArticleError opening Report Builder
Hi,I'm using SQL Server 2008 R2. While trying to open Report Builder from Report manager i get the following error.+ Configuration system failed to initialize+ An error occurred loading a configuration...
View ArticleConfig Manager report: Trying to add Collection selection parameter to a...
Cross posting from Config Manager general forum:I have written a basic information collection report with the following dataset/select statements: SELECT v_GS_COMPUTER_SYSTEM.ResourceID...
View ArticleText Field with Iif ( ) function in case the field is empty
Dear All,I have the follwoing code which replace the field in case the field has a value! but when the field has no value i always get an #error, I tried to add this to my code to handel when the field...
View ArticleSSRS default value select all
In a new SSRS 2008 report, I want to be able to allow the user to select which report they would like to see generated by selecting the report name from a dropdown list. This is a multi-valued...
View ArticleDisplay row count of dataset after grouping in report header?
My dataset has 500 rows, but if I group that data by field DeptId, there are only 20 rows.I used something like the following, but it tells me that I can't use RowNumber in the page...
View ArticleUnable to preview existing SSRS reports in VS2010 x64
I cannot preview any SSRS reports in VS2010, there are no errors, warnings or messages. Output window says "Build: 1 succeeded or up-to-date, 0 failed, 0 skipped."The preview window reads:An error...
View ArticlePageName Property Not working for Excel 2010
Hi,I have report where I am using export to excel functionality and i have set the pagename property so that the excel worksheets are renamed.But to my surprise, when i open the excel report in latest...
View ArticleMultiple Available Values in Parameter
I have a query like Select * from Table where column in (@Parameter)@Parameter has two choices. Choice 1 value is 01 or 05. Choice 2 value is 04 or 06. If Choice 1 is selected for the parameter, I...
View ArticleDrill Downs in SSRS 2010 reports
Hello, I have a SSRS 2010 report that I’m trying to add some drill down features in List report.My dataset has the following fields:NAMEMANAGERSEC_TYPEBUYSSALESNEW_MONEYAUMMy Rows groups are:NAME –...
View Articlessrs 2008 parameter value issue
In a new SSRS 2008 report that I am setting up, one of the parameters that I am going to use is to allow the user to select which report(s) they want to generate by accessing a parameter called...
View ArticleReport toolbar is displaying as multiple stacked toolbars with each toolbar...
When accessing a report using native report manager using a fully qualified domain name in the URL, we are seeing multiple toolbars stacked with one icon on each toolbar, instead of the one toolbar...
View ArticleMass update of main report for all linked reports in SSRS
I need to change the main report for 800+ linked reports. Does anyone know of a way to script this? I have tried updating the Catalog table by replacing the ParentID and LinkedReportID both...
View ArticleError with Scheduling a Report to run in SSRS 2000
Getting the below error when trying to schedule the report to run.I can run the report just fine as a stand-alone and not thru the scheduler.I have several others that run just fine in the same...
View ArticleTrouble with IIF statement in SSRS report builder
hi....I have an expression field that isn't working. They are Dynamics GP tables, and I am trying to show converted currencies:=IIF (Fields!Currency.Value=RTrim("Z-US$"), Fields!ORCPTCOST.Value,...
View ArticleHow to uninstall Reporting Services on SQL 2008 R2?
Hi folks, Does anyone know how to uninstall (and intall) Reporting Services without uninstalling SQL server. I have a reporting Services Instance that has gone wrong (Virtual Directories do not...
View ArticleConfiguring SSRS reports to run on mobile devices
Hello,We currently have an internal .NET application that uses report viewer to run SSRS reports. We are running SSRS 2008 SP2. There has been a request to to have the application be accessible via...
View ArticleView SSRS report on iPhone application.
Hi All,I want to show SQL 2008 R2 SSRS report on iPhone application.Anyone has ide about it.Sanjeev.
View ArticleNested Group Problem
SSRS 2008 R2I have a reported with 2 nested groups. Top Level - Product Category Second Level - WarehouseWhen the report runs it should only show the Product Category groups. When the + is clicked next...
View Articleorder by
Hi,I have my data in the following format sep-12 aug-13 july-12 oct-11 jun-14 etc how to do the order by in order to get the data to following format oct-11 july-12 sep-12 aug-13 jun-14
View Article