SSRS Multi-Value Parameters - Multiple Columns
Hi,After a break of a couple of weeks, I am just getting back into SSRS reporting. I still need to test out a couple of solutions I got from a previous post, but I'd like to ask another question before...
View ArticleCascading Parameter Display Issue
Hello friends , I am creating a report with cascading parameters. I need to select a product and it should be able to display all the corresponding sub-products in the next drop down. I am good till...
View ArticleJOIN TWO TABLES AND ONLY INCLUDE RECORDS THAT DON'T MATCH
Hello!I am fairly new to SSRS and am quickly learning more and more about MS SQL as I build my reports.I have a fairly good grasp on joining tables but I am stuck on this one.I have two tables. Table A...
View ArticleMethod Not Supported Error When Trying To Create New Report Model
I'm trying to create a few report models in Visual Studio to demonstrate the Report Builder tool and I'm encountering an issue when I try to generate a Report Model. I get the error message "Specified...
View ArticleIs it mandatory to have a ODBC or OLEDB driver installed to connect to DB2...
Is it mandatory to have a ODBC or OLEDB driver installed to connect to DB2 database from Report Builder 2.0? Or is there any other way?
View ArticleCan' Connect to SQL Server 2008 R2 Advanced Services
I'm trying to learn SQL Server 2008 R2 and have installed the Advanced Services version on my home PC running Windows 7 Professional. The installation went well but when I click on SQL Management...
View Articlehow to remove hyperlink in a textbox
Hi, I am trying remove a hyperlink in a textbox in a report. Currently, the pn_id is linked with a child report, and I want keep pn_id while removing the link. Here is screenshot
View ArticleAdding a new row grouping field to SQL report
Hi All,I need to add a new column with row grouping to the existing SQL report.The new column is to be added at the right end of the last field, but what is happening is that the new field with...
View ArticleHow do I use Report Builder 3.0 to join data from multiple sharepoint lists?
I can join data from SQL server, but it appears that Report Builder 3.0 reads sharepoint list data(xml) differently so it does not support joining in the same way. I'd like to get data from multiple...
View ArticleSSRS Reports in Excentive
Hi,We have to develop RS reports that will be viewable throughExcentiveExcentive is based on the full SQL Server solution.A little bit like for Sharepoint there is tables containing configuration...
View ArticleReport execution seem stuck in the runningjobs queue
I have a rogue report that seems to be running multiple times in the background and appears in the dbo.runningjobs queue. Even after closing the SSRs web page to stop the report , the entry does not...
View Articlecant pass url parameters to ssrs report
Hello,I have tried looking up MSDN which I have found howhttp://msdn.microsoft.com/en-us/library/ms155391.aspx, but it doesnt work when I try and pass customerid = 55309 and auctionid = 44 in the url,...
View ArticleSSRS line on Bar Chart Issue
Hi all,in excel we have like below screen sot and i want in ssrs report like thisin this report i want like this lines on bar chart i get in column chart but i didnt get in bar chart in fields i have...
View Articleerrors when parsing multiple values in a dataset
I got this error when I parse multiple data to sql server for a report. This error happens when I put the data line by line, if I manully separate the data by comma, it works fine. Here is my query...
View ArticleReport Viewer issues with Internet Explorer 10 on Windows 8 64-bit
Our ASP.NET Web Application uses the Report Viewer 2008 print control. As folks upgraded to Windows 7 we quickly learned that Internet Explorer 9 64-bit would not allow the ActiveX control to work...
View ArticleUsing shared datasource in a look up function
Basically I have 2 datasources in my report. One is embedded and other one is shared. In one of the columns of the report I want to write an expression which fetches the data from the dataset...
View ArticleMulti Value Parameters SSRS
For passing multi value parameters, shoud I use , where EmployeeID in ( @EmployeeID) or where EmployeeID in('+@EmployeeID+'), they both give me error, I am using dynamic sql in query designer.
View ArticleHow to print a report with selected fields
Hey There,I have designed a report with 13 fields. Is there any option, If I want to print report only with selected fields instead of printing all 13 fields.Thanks You!!
View Articlequery ssrs Processing Options using GetProperties on the SsrsService2010 web...
I need to check the SSRS Processing Options on a report deployed to SQL Reporting Services. There are three values in the Report Timeout section of the Processing Options tab when using the Manage...
View Article300 seconds timeout with SSRS 2012 + Sharepoint 2013
Hello,Using Reporting Services 2012 in SharePoint (2013) integrated mode, i'm hitting a 300 seconds wall when i run long reports.The RS logs mentions a SqlException : timeout expired error .Problem is,...
View Article