How to subset data - Group 1 is in top part of report, Group 2 is subtotal
The dataset Attribution looks like this exec pGetFullAttribAttribution @AttributionDate The output of this looks like this They want the report to look like this: lcerni
View ArticleIs there a way to embed custom HTML or JAVA script in a exported MHTML report?
When SSRS exports a report as HTML or MHTML I would like to add some Code to the heafer tag.
View ArticleCan SQL 2012 2008, 2005 reference a same...
I created a custom data processing extension and it works well for SQL 2005 and 2008. Now I want to use same data extension for SQL 2012. If I build my extension by using the version 2012 of...
View ArticleSSRS 2008 R2 v Excel color rendering
Hi, My current headache with SSRS is regarding Excel rendering. Many users download different reports and then merge them together into one Excel file. I have 5 different RDL's and they should be...
View Articleuse three different dataset on a single report
Hi, I have three different datasets and all have an id key in common. I have a multi select parameter id. Lets say in our case I use SSN as the id key dataset1 has only ssn, firstname and lastname...
View ArticleGet back the rdl file from report server folder
Hi, Does any one know how to get back a report (rdl) file from report server. I deployed my report and lost it on my local machine. I want to get it from report server. i am an administrator to the...
View Articlebind Single Procedure With Different Dataset
hi, My Problem is i want to bind two data set with single procedure . I have different condition And i am using flag .But Data set take first flag value. let me know this prob. if you've...
View ArticleSSRS (SQL 2008 R2) Subscription (Configured in native mode & not a part of...
Hi Friends, I want to save document (report in pdf format from ssrs - report server --> outside sharepoint farm) to a sharepoint document library. I have given a path - 1....
View Articlechanging the font color dynamically
I have report which is doing conditional highlighting of the background color based on a IIF statement. The base font color is black and doesn't come through very well when the background color changes...
View ArticleBind a parameter from the Web Application to an SSRS variable
I need to pass the User ID which has been declared already in the Web Application code to a SSRS report variable. I am stumped as how to bind the app parameter to the SSRS variable. I think I need...
View ArticleReport Model generation error SSRS 2008
We use SSRS 2008 to report from SSAS cubes. We generate report model from SSAS data source to use it for report builder. This used to work before but generating a new model throws error now. Below is...
View ArticleAfter export into Excel from SSRS, incorrect Page Number in the footer
Hi, I have defined "page x of y" in my report footer that shows correctly in SSRS. After export the report to Excel, I got "page 1 of 1", in Excel Footer, instead. How to correct it? Thanks.
View ArticleCant move items or add table matix or chart
I have several SSRS reports I have built in Report Builder 3.0. Today when I open them, I cannot drag existing items with the mouse, and I cannot add a table, matrix, or chart. When I click on those to...
View ArticleSSRS with Metro apps
Hi, How to use parameterized rdl report with Metro apps? What features have been provided in VS 2012 RC ? What additional components would be needed? Thanks, Regards.
View ArticleLabels - Need help with Sort
I've created a report of labels with a parameter to select a school. I'm also trying to create a Sort parameter. The user should be able to choose to sort by Name or by Grade. If they choose Grade,...
View ArticleReport issue incorrect syntac
Hello, I have the following query: select * from primaryTable if @filter = 0 BEGIN if Exists(select customerid from PrimaryTable where CustomerID = @customerid) BEGIN Update primarytable set...
View ArticleHow to hyperlink a field value?
I am using SQL Server 2008 Reporting Services. On my report, I want to hyperlink a field value, which when clicked, should open another report with parameters passed as Query String. I want to know:...
View ArticleSSRS Auto Refresh of Exported MHTML report
Is there a way to have an exported MHTML report auto-refresh? I could add the code in the file to do this but when the scheduled report is exported, the change would be lost when it is replaced with...
View ArticleIIF Statement with Additional Text
I have an IIF statement (below) that I is working correctly - almost. In the output, I want it to display the .values (which it does) along with the code (01), (02), (F), (C) [e.g., 123-456-7890 (O1)]...
View Article3 drop zones for charts not showing in SQL Server 2008 R2 BIDS?
I"m following a tutorial and also Microsoft's online help, and they keep referring to 3 drop zones when one left-clicks on a chart. When I left-click on a new chart, I only see a box that opens to the...
View Article