expression in ssrs
END SELECT LoanStatusDecription , COUNT ( DISTINCT CASE WHEN Loan_Program_ID NOT IN ('DLO','LNC','LP1') THEN ss_number END )ffel FROM ##t45 GROUP BY LoanStatusDecription ,id ORDER BY id how to write...
View ArticleIncorrect subtotals in SQL Server Report Builder
In my database there is only one LoanAmount Value associated with a LoanID but there can be multiple PaymentAmount values associated with the same LoanID. In Report Builder, my groups are CustomerID,...
View ArticleRestrict size of the sub report irrespective of the Parameter dependency
Hi, I have a SSRS report in which there are four sub reports and inside the subreports the chart control is placed. The reports are accepting parameters as Date so when the user selects a bigger date...
View ArticleY Axis values don't line up with modified bar widths
I have a Y axis based on UserName with about eight different people I am attempting to graph. The two things I am graphing are InvoiceCount and InvoiceLineCount with the X axis being the count amount....
View ArticleHiding column(s) with multi-value parameter
I have searched the forum and while I have found some threads relating to this I can not find a definitive answer to my problem. Here is my issue: I have a multi-value parameter dropdown with 22...
View ArticlePrint all the hyperlinks records in single Print Click
Hi, I am currently using SQL Server Reporting Services 2005. I have a Report on the Report Manager which shows records and one of its column is HyperLink column, when i clicked any of the HyperLink...
View ArticleI am a non-techie getting a server error report "ASP.NET session has...
Suddenly getting this error message when trying to retrieve a report from a frequently visited site. My other computer has no problem Server Error in '/reports' Application. ASP.NET session has expired...
View ArticleReports Compare Tool?
Hi and Thanks so much for your help in advance. I've been asked to find a utility/tool that will allow us to compare the data elements of a report. In detail what we are trying to do is run a report...
View ArticleSSRS 2008R2 Maps - Creating Assemblies to add completely new colors rules in...
I have searched for this all day. One thing I found was that the Microsoft.ReportingServices.RdlObjectModel API is not really well documented since it is not a redistributable. To me that is very...
View ArticleHide Percent sign when using Percent Format
In my SSRS 2008 R2 report table, I have a text box that contains the following conditional logic for number formatting: =SWITCH ( Fields!Format6.value = "Int", "#,0;(#,0)", Fields!Format6.value =...
View Article[rsFieldReference] The Value expression for the textbox ‘All_Custom_CPI_1’...
Hi, I'm working on a report right now, and I am receiving this error message when querying. [code="plain"][rsFieldReference] The Value expression for the textbox ‘All_Custom_CPI_1’ refers to the field...
View ArticleXML ERROR
I am getting this error. I search the entire report defination file but can't find it. Everything works fine great on my visiual studio but i get the error when i run through report manager . I can't...
View ArticleReport Server Data Source Credentials
Hi, I am migrating reporting services from one server to other with same version and edition (2008 r2). Here what I did: 1. Installed SSRS as default instance on new server. 2. Backup and restore...
View ArticleIdentifying the failed jobs/subscriptions for an SSRS report
Hey, First I want to identify all the subscriptions that failed in SSRS. Then, I want to create a report that will be scheduled to run daily and give the data related to the reports that had failed...
View ArticleHow to add collapsable grouped data table manually, from scratch?
Hi all, This seems like it should be simple, but I'm pretty sure I've tried every combination of operations and msdn links, and have gotten nowhere. The step-by-step from msdn results in some kind of...
View ArticleCan not connect to Reporting Services home page, or any other page
Hello, I'm unable to access my any of my Reporting services reports pages, from any users computer, including the admin... I've set up the url like all the other examples I've seen: http://[server...
View ArticleQuering a rollup list in Sharepoint using Reporting Services
Ultimately my goal is to create a report in Reporting Services 2012 Integrated that will roll up workplan lists from client sites to display in a grid format. Is there a way to query similar lists...
View ArticleValidae Start Date < End Date in SSRS 2008
HI I have used the same Code but will not get the message box while accessing. Please help I just want to validate the Start Date < Endate in SSRS 2008 before clicking the View report button. SD
View ArticleValidate Start Date < End Date in SSRS 2008
HI I have used the same Code but will not get the message box while accessing. step1) Function CheckDateParameters(@StartDate as Datetime, @EndDate as Datetime) as Integer Dim msg as String msg = "" If...
View Article