SSRS 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 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 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 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 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 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 ArticleCount Column in MATRIX if data is not Null
Hi I have a table whose structure is follows:------------------------------------------------------------ Date EMPname Amount1 Amount2...
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 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 ArticleSSRS 2005 vs SSRS 2012 (Rendering Format)
Hello,First off thank you for taking the time to read the question posted. We have just recently deployed SSRS 2012 and are in the middle of migrating from SSRS 2005. My end users are noticing a some...
View ArticleReport Manager script error, user access issues
Is it possible to repair SSRS? Can access get corrupted for certain users? Is there a way to repair access?When regular users open iMIS, the initial report manager home page generates a script error....
View ArticleRisk Matrix SQL Reporting Services
hello how create risk matrix qith repirting services on SQL Server and visual studio for Project server 2010? Thanks
View ArticleCustom Javascript not working on SSRS 2008r2 w. sp1
This works in 2008… doesn’t work in 2008r2 w. sp1 Adding the below to the end of this file:C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager\js function...
View ArticleSSRS 2008 R2 failed to start due to Runtime-implemented method with non-zero...
Has anyone run into this issue? Doing a search in terms of SSRS gives me nothing. This looks like a programming error with a library or an assembly. What causes this? I have no custom coding on...
View ArticleMultiple Values in a column into separate rows
SelectA,B,C,DFrom CloudC includes multiple values like (a,b,c,d) so I want my result to look likeA aA bA cA dB aC aD aRight now it shows as:-A a,b,c,dB aC aD aI have looked at Split function but...
View ArticleSample SSRS Dashboard
Hi All,Can any one provide me some resource to download sample SSRS Dashboard for a MSBI Demo.Thanks and RegardsMukesh Singh
View Articleformat text in textbox
I have 1 text box with 8 digits (always 8 digits only)eg: "12345678" (this is a string no int but always a numeric string because some time its 00000001 also)now I just wan to show it as 1234 5678I...
View ArticleUse of Available and Default values in parameters
When and why we use Default values and available values property in parameters???Is there any difference or both are same??Please help me....Thanks in advance
View ArticleReport Parameter Area view in development machine but not on Sharepoint 2010...
Hi,- Created a parameter(@TECHNOLOGY) which "Allow Multiple Values" and "Selected parameter visibility : Visible". - Drop the 'Tablix' on Report(Report1) and fill the details area with columns which i...
View Articlessrs Group By on multiple columns together
Hello All,I am not sure how to design the report for the following sample requirement:The query looks very simple : Select Dept,SubDept,Name,Technology,PNum From tblEmployeeI could Group by only Dept...
View Article