#Error using IIF and divide by zero
I am getting an error in a calculated field that could potentially divide by zero, even though I'm using an IIF. The column displays in the report as "#Error". My expression looks like this: =...
View ArticleIs SSRS 2012 compatible with SQL Server 2008 R2
We are in the process of deciding on a version of SQL Server for our developers for use on their local machines. We will be bringing in SSRS for reporting. We are stuck on 2008 R2 on our production...
View Articletwo tables in one dataset issue
I used store procedure to return 2 tables in one dataset, but I can use only one table . How can I use both ?
View ArticleRS 2008 r2 Deploy Report error
Can not publishing a report. error in TargetReportFolder: Error 1 The path of the item '/StocksLevel' is not valid. The full path must be less than 260 characters long; other restrictions apply. If the...
View ArticleDirect authentication through URL?
Is it possible to have authentication to access the Report Manager and view a specific report embedded directly in a URL? We would like to create a link to a specific report and pass login credentials,...
View ArticleSQL Server Reporting Services FAQ
Hi All,This thread is a summary of the Frequently Asked Questions on SQL Server Reporting Services. We consolidate them and post here for your reference. If you have any further questions, please...
View ArticleSSRS 2008 to DB2 connection Issues
Hello kannadelavu I'm trying to establish connection for data source in SSRS 2008 to DB2 database. Can you provide details that what did you choose when you created DB2 connection within SSRS 2008?...
View ArticleSSRS
I just downloaded SQL Server 2012 Express and learned that it includes SSRS. I tried to run the report which very easy to generate reports. I just have the questions can I run the report against stored...
View ArticleSum column values below 5000 which values are calculated values
I am building a report that uses the iif to get the value in the tablix: =IIF(Fields!prevPrice.Value<4999.99,Fields!prevPrice.Value, Nothing) When I try to sum prevprice I get all the values sumed...
View ArticleSubreport example embedded in drill down (has code)
I have a report and I want to embed a subreport... I seem to have trouble triggering the subreport for a given branch if it exists. Data is in the first post, the main report in the second post and the...
View ArticleCM2012 Reports - Save as PDF issue
Hi All, I have an issue with System Center CM2012 Reports while saving as PDF. PDF reports can be saved successfully. But when I open the Report its of multiple page and not properly alligned. For...
View ArticlePassing multiple values from a FIELD in my main report to my child report
Hey ! I have a main report which has only 1 "AsOfDate" parameter and has 4 columns and all of them have been added to the Group By clause as well. So, my report looks something like this: Id...
View ArticleJquery Modal popup window for report viewer
Hi, Can anyone please let me know how to use Jquery Modal Popup Window.I am new to Jquery. Below is the code which works well with the report viewer inside my asp.net web application <%@ Page...
View ArticleReports/ Subreports with different page sizes and orientations
How do I find out what the status is of the following suggestion ?...
View Articledisabling reporting services caching
how can I disable RS caching? I have a report which needs the most up to date info. the caching is causing out-dated info to be reported due to changes in data on the same report parameters. I would...
View ArticleSSRS 2005 MDX Query parameter from a dimension
BIDS 2005. I have a date dimension [Date YQMD 445] with Year, Quarter, Month and Day (fields?). I want to have a parameter of Year/Month in my report. I would like it to look like the following in...
View ArticleSQL Reporting Services 2008 vs SQL Reporting Services 2008 R2 - problem with...
Hi I have recently started testing SQL 2008 R2, and have experienced an issue with Reporting Services via SOAP API. If using SQL 2008 (not R2) I have reports that when you call the Render method...
View ArticleHow to get Time Difference between two dates in report viewer 2010
column_A column_B column_C A 10.07.2012 17:47:01 0:0:0 A 13.07.2012 13:45:03 19:58:01 <--here need for 05:58:02 A 17.07.2012 10:26:39 20:41:36 <---Here I need 6:43:38 and using...
View ArticleError > SSRS 2008 R2 > System.AppDomainUnloadedException: Attempted to access...
Hi One of the report often fails with an error at client end while loading 'The remote server returned an error: (401) Unauthorised'. This report is accessed through CRM 4.0 and sometimes works fine....
View ArticleSubreport could not be shown when No Data
I am using SSRS 2008 R2. My RDL has several subreports in it which all take field values from this parent RDL as their inputs. There are some instances though where there are 0 records returned from...
View Article