Exporting SSRS to TEXT not preserving actual format
I am using SQL Server 2008 R2. I would like to export SSRS file to .txt format.I have added the following code to rsreportserver.config file.<Extension Name="TXT"...
View ArticleNeed help in Complex report Design
Hi Allwe got one requirement where the user wants to the see the report in a format showm below .the relation is in a hireachy Oppourtunity ==> Cases==> Order itemsThey want a format shown...
View ArticleAdd a close button to a SSRS popup
HiI open a report My Admission in a new window via a Textbox Action (open_my admission report) with Java script,when the new window is open i want to have a text box action to close (my admission...
View ArticleCreating a zip codes map with streets in SSRS 2012
Hi,We have SSRS 2012 and want to create static maps of the city of Atlanta that shows the major highways. We also want to show the count of customers by zip code by color coding all Atlanta based zip...
View ArticleHow to change parameter to accept any case
Hi Gurus,I created a report using SSRS (SQL Server Reporting Services) using report builder. I need help or advice in two problems am facing.I have a parameter as LASTNAME, but when i type 'smith' i do...
View ArticleSSRS Recursive Hierarchy for Bill of Material
OK, here we go. I have been absolutely unable to find an answer anywhere after extensive searching so I will ask this here.First of all, I am trying to create an SSRS report for a Bill of Materials...
View Articlescale-out deployment is not supported in this edition of reporting services
Can the "scale-out deployment" option be turned off so that I can migrate SSRS databases from Enterprise edition to Standard? After I attached databases from a SSRS 2005 Enterprise to SSRS 2012...
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 ArticleHow I can use a Bookmark?
Hello,I would like to Know how I can use a Bookmark in the report. I am using the report builder.Thanks!
View ArticleSSRS Indicator
I craeted an indicator in a regtangle with an expression =Iif(Fields!measure_code.Value = "D10", 20, 100) as below.Now, I'm exporting the data to PDF which has about 1000 pages.When I go over the...
View Articlenavigating between tabs in excel
Hi,I have created an SSRS report which has 5 different tables. while rendering the report in excel i can see 5 different work sheets. This works fine. I want to create an hyper link on a particular...
View ArticleSuppress Duplicates
I am running a query in report builder with a union between two select statements to list machines and their AV product, but some machines do not have anything installed. The first statement brings...
View ArticleLink to Sharepoint List Item
I have a report that I built in SQL Report Builder 3.0 that pulls data from a SharePoint 2013 list. The fields are data, location, cost, department, and reference. The reference field is number that is...
View ArticleSSRS Case Statement
Hi, How to define the case statement for a particular field in the Report . I have to add this case statementCASE ReasonWHEN 1 THEN'A'WHEN 2 THEN'H'WHEN 3 THEN'BWHEN 4 THEN'C'WHEN 5 THEN'D'WHEN 6...
View ArticleSwap out dataset for new data possible?
If I use the same column names in my underlying database tables, is it possible to use them in an existing report to refresh data for new quarter without wiping out my existing reports? The reports...
View ArticleProblem with report server port
On some machines after re-installing SQL Server 2008 R2 Express, the Reporting Services Configuration Manager has following warning message under Web Service URL"Report Server Web Service is not...
View Articlessrs call other ssrs
In a ssrs 2008 report, I would like to call other reports based upon selections that users make and/or possibly calling the other reports based on values stored in a table in sql server 2008 or sql...
View Articlessrs subreport issues to copnsider
I want to put 10 subreports into one main ssrs 2008 report and pass the same parameter to each subreport? Is there any problems to consider that performance or the subreports do not run? Would you let...
View ArticleMulti Value Parameter in URL
I have a report(SSRS 2008) on top of a CUBE which have a subreport which needs to be opened in a new window, Passing the (MDX)parameters from URL, I have created a link which takes single value...
View ArticleReporting Services Multi Value Parameter
I have an SSRS 2005 report that I want to enable for multi value. However, I always run into the issue with the way it passes multiple values. How exactly do I get a multi-value parameter setup and...
View Article