SSRS 2008 Conditional Grouping
Hello,I have a group called details1 where I have two types of services I want only one of them to group and the other one to show in detail.I added the following condition in the group on the column...
View ArticleSSRS Conditional group?
Hi, I was wondering if there was a way to do a conditional group in Reporting Services or do I need to create another report? One user wants it grouped by a certain field and another user does not...
View ArticleUnable to install SSRS 2012 into SharePoint 2013 On-premise
Hi, We've hit a bit of a issue installing SSRS into SharePoint Server 2013. Installation of "Reporting Services - SharePoint" says it has completed successfully but when you attempt to run the...
View ArticleSSRS Report Error
I have develop a report using report builder 3.0.It refers to many list to populate the data in drop down. The drop down are cascaded and I have used filter condition to filter the data.e.g the...
View ArticleReport Builder connects as who?
I am running SQL 2012 with SSRS in Native Mode. If I am logged into Windows as one user, but I am running Report Manager as another user. When I click the Report Builder button, it automatically...
View ArticleHow can you display record counts in a pivot
I need to display a report where the counts of the records involved are displayed. This is normally no big deal but it's part of a pivot and I don't know which combination of techniques will get me...
View ArticleHow to pass a text comma-separated parameter into SSRS sql query
Hi, two questions:1- I have text string parameter @myParm that can have values like '10,20,22'. In SSRS I want to use statement like Select fname, lname from employee where id in (@myParm). This...
View Articlessrs reports
hi......i need to convert numeric value in word format in ssrs....i found this in net....<p>PublicSharedFunction changeToWords(ByVal numb As [String]) As [String] Dim val As [String] = "",...
View ArticleData distribution ranges for maps in SSRS 2008 R2
I have a map report created in VS BIDS 2008 R2 and published to SSRS 2008 R2. The map displays the counties in Pennsylvania along with data resulting from a query.My question is about controlling how...
View ArticleSSRS Report Builder "Application cannot be started, contact application vendor"
Hi In Report Manager, when i click on report builder its show me an error like "Application cannot be started, contact application vendor"I installed .net framework 2.0,I'm using windows 7,Sql server...
View ArticleSSRS Date Parameters
Hi Every one,I have Fiscal year parameter with years 2011-2012 and 2012-2013 and start date and end date parameters but my problem is when i select fiscal year as 2011-2012 but it will not update start...
View Articlessrs irs 1099 Form
Hi I am new to this forum.My previous project involved porting a Mortgage payment Statement from Crystal report to SSRS. The best way is to add an image of the Statement as a background and generate...
View ArticleSSRS 2012 Map chart not visible when asked up as subreport
Dear reader,We have a problem with the SSRS 2012 map chart when viewed in the browser as a subreport.When the report is directly viewed (not as a subreport) everything works fine. The map chart gets...
View ArticleChange new view of report server 2012 to old view
Hi,i had install Report server 2012 and want to move form 2008 to 2012 . 1) how to disable drop down that show on folder and report level for end user (as shown in following screen shot).2) report name...
View Articleselect query with merge effect
Hi i would like to ask, if you have those records in databaseIDCityCountry1New YorkUSA2LondonEurope3MadridEurope4WashingtonUSACan you do by some select this kind of view?IDCityCountry1New...
View ArticleSSRS 2008 - Report Manager - Drop-Down menu gone missing
Hi All, I have been using SSRS for a while and when new subscriptions were required for a report, I used a drop down menu on each report and used the subscribe option. Then this menu has disappeared...
View ArticleNot able to view reports
Microsoft.Reporting.WinForms.ReportServerException An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database....
View ArticleCount Column in MATRIX if data is not Null
Hi I have a table whose structure is follows:------------------------------------------------------------ Date EMPname Amount1 Amount2...
View ArticleMatrix/Tablix subtotals
I am using this T-SQL referring to AdventureWorks2008R2:SELECT DATENAME(yy, sh.OrderDate) AS Year, DATENAME(mm, sh.OrderDate) AS Month, CONVERT(VARCHAR, CAST(SUM(sd.LineTotal) AS Money), 1) AS...
View ArticleUnable to fetch sp return values through SSRS Report Dataset
Hi All, I have created a SSRS report,In which through dataset i am calling stored procedure. My stored procedure is giving result in 20 mins but my report is giving following error when i am trying...
View Article