Report Explorer Web Part - Edit Web Part
Hi,Hi have the Report ExplorerĀ and Ā & Report Viewer Web parts installed and workingNow, I would like to configure the Report Explorer to open the reports in Report Viewer, but I dont see the...
View ArticleLetter format report in ssrs
I am trying to create a report in a letter style in SSRS 2008 R2 where it will page break on Loan number/Ins co name, then within the letter I need to pull a table listing all of the policies numbers...
View ArticleSQL Server 2008 R2 - Subscription Running Twice
Hi All,We are running SQL Server 2008 R2 SP2 and I have a problem with a subscription which is randomly running twice. Usually around 20 seconds after the first run. There is only a single SQL Agent...
View Article"How to get distinct values of sharepoint column using SSRS"
Hi,Ā Ā Ā I have integrated sharepoint list data to SQL Server reporting services. I am using the below to query sharepoint list data using sql reporting services.<Query>...
View ArticleSSRS with SharePoint 2013 Integrated and Claims
I have been reading a number of sources for SQL Server 2012 SSRS and I can't quite seem to get a straight answer about this.Ā Does SSRS support SAML Token Claims? or does it still require the C2T...
View Articlessrs 2008 r2 use parameters for sorting purposes
In an ssrs 2008 r2 report, I have a report where a user wants to sort a report based upon the following parameters:Ā Ā 1. lastName, Ā Ā 2. firstName,Ā Ā Ā 3. studentNumber,Ā Ā 4. [School Name]. The above...
View ArticleSSRS 2005 Hangs When Accessed Through /reports
We have a prod server where SSRS 2005 hangs when accessing through http://server/reports. The application UI (report viewer)Ā doesn't have a issue when running reports, but when going through Report...
View ArticleSwitch Statement for blank values
Hi All;I used the belwo switch statementĀ = Switch( (Fields!new_totalhours.Value < 60 or isnothing(Fields!new_totalhoursValue.Value)), " Zero Hours", (Fields!new_totalhours.Value >60 and...
View ArticleSSRS how to get for number of months
Hi All;below is my SSRS expressionĀ =Cdate(Format(Cdate(Mid(Fields!createdon.Value,4,2) & "/" & Mid(Fields!createdon.Value,1,2) & "/" & Mid(Fields!createdon.Value,7,4)),"MMMM...
View ArticleLookupset and lookup error
Hi All ;I have a table called ProgrammeOutput as belowand Programme Profile table as belowĀ i am using the code in Programme profile table as below=LookupSet(Fields!new_claimmonthid.Value,...
View ArticleReport Server (MSSQLSERVER) cannot load the SQLPDW extension
Dear All,Please resolve the following issue "Report Server (MSSQLSERVER) cannot load the SQLPDW extension"Event Log Name: ApplicationEvent Log Type: errorEvent ID Ā Ā Ā Ā : 108I really don't have any...
View ArticleSQL Server and Reporting server consumes more memory
Dear All, SQL server.exe and Reporting server consumes more memory utilization on the server, please provide me the info how to troubleshoot the issue.ThanksDBA
View ArticlePreviewProcessingService.exe does not run in the background
I just installed VS2013, and SQL2014 RTM, and after that I installed SSDT BI for VS2013 released version (http://www.microsoft.com/en-us/download/details.aspx?id=42313).But when I created a SSRS...
View ArticleRENDER A PARAMETER THAT HAS A LOT OF VALUES COMING FROM A QUERY IN SSRS...
RENDER A PARAMETER THAT HAS A LOT OF VALUES COMING FROM A QUERY IN SSRS THROUGH A URL..THIS PARAMETER HAS LIKE 300 VALUES
View ArticleI WANT TO CLICK VIEW REPORT IN SSRS AND RESULT SHOW SHOW IN EXCEL AFTER...
I WANT TO CLICK VIEW REPORT IN SSRS AND RESULT SHOW SHOW IN EXCEL AFTER ENTERING MY PARAMETERS..ANY IDEA ON A CUSTOM CODE TO DO THAT..
View Articlesort by time value in ssrs
Hi All,I have to display time value in "08:30:00 AM" format for that i ma usingĀ = Format( CDate(Fields!DefinitionTimeFrom.Value) , "hh:mm:ss tt") which is giving correct values but when i am trying to...
View Articleroot element is missing
hiwhenever i am copying my report to different server ans try to execute ,it shows me error like root element is missingĀ and another problem is ,my all rdl file shows as a notepad symbol.how to get...
View ArticleLong text not wrapping on Word export
I have developed a report that is intended to be exported to Word and then edited further. We have found that some of the data we report on contains very long hyperlinks--upwards of 400 characters....
View ArticleAn expression of non-boolean type specified in a context where a condition is...
I am getting the error message, "An expression of non-boolean type specified in a context where a condition is expected, near ',' " when running an ssrs 2008 r2 report. The sql embedded in the dataset...
View ArticleGet value depends on one other in the same dataset
Hi All, I hope you can direct me. If I have DataSet contains (InvoiceNumberand InvoiceDate). How can I get the InvoiceDate for smallest InvoicesNumber without change the DataSet? Thank you,
View Article