#Error when using =Iif statement
I am trying to do basic Reporting Services, because that is all that I know....so if the answer has to do with code and such, please be specific as to what I need because I have not learned that yet...
View Articlessrs export to different tabs in excel
In a new SSRS 2008 report, I have 5 different datasets that are running on the 'Main' report. I am not using subreports due to performance issues. The user wants each dataset to be able to exported to...
View Articlessrs excel export to separate tabs in workbook when have no data
In a new SSRS 2008 report that I just setup, there are 5 datasets that are located on the main report that refer uniquely to 5 tablixes. There are no subreports for performance reasons. The purpose of...
View Articlessrs generates blank extra page when no data is selected
In a new SSRS 2008 report that I just setup, there are 5 datasets that are located on the main report that refer uniquely to 5 tablixes. There are no subreports for performance reasons. The purpose of...
View ArticleHow to use SSRS to format financial report using non-sequential account order
I am new to SSRS 2012 and am trying to create several financial reports (trial balance, profit & loss, balance sheet, etc.).Our general ledger account numbers are in the ###-###-### format (i.e...
View ArticleAdd Parameter expression
I have default to enter a value of the parameters. Only one other table that I wanted to put a fixed parameter, how do I have the following expression=Fields!qntafter.Valueas effort to give the...
View ArticleAdding Custom DLL to SSRS 2008
I am trying to create SSRS 2008 reports using Visual Studio 2010.When referencing a custom DLL , I encountered the following error while compiling the solution.1) Error 11 Error while loading code...
View Articlessrs parameter value use can select from
In an new SSRS 2008 the endyear parameter has,1. the following is the default values sql: Selectcase when MONTH (GETDATE()) BETWEEN 07 and 12 then Year(GETDATE()) + 1 else year(GETDATE()) END as...
View ArticleBroken sort order sp vs. RDL, is it a bug??? SOS
Hi, I'm on SQLServer 2012 with most recent pack.I have a report running on sp, and I'm getting this results from sp in SSMS order by Name:[code="sql"]Abbielle -- this is correct ASCII...
View Article[rsErrorReadingDataSetField] The dataset contains a definition for the Field....
Hi, I am trying to create a report which takes the instance_name and Database_name as input parameters and displays the table_name, row_count, column_count, size of the table. I am using the below...
View ArticleIIF and Join on parameters
I have a multivalue parameter that can be 4 choices, or all. I want to display those parameters on the second subreport. I get it to work just fine on the first report because i specify the parameters...
View ArticleConditionally showing report parameters in report header
Hi,I have some parameters showing in the [u]header [/u] of a report (SSRS 2012). When all parameter values are chosen this header section consumes quite a lot of space on the report. Actually too much...
View ArticleCustom controls in toolbox
Hi,In my toolbox there is a general section that says "There are no usable controls in this group. Drag an item onto this tekst to add it to the toolbox".How can I drag such items to the toolbox...
View ArticleFrustrated with Matrix Report
Hi All,I'm Getting a little frustrated with the matrix report not being able to achieve what we had in mind for our report. We are wanting to report on 3 year numbers for Sales and Customer numbersWe...
View ArticleLock Tablix size
Is there a way to lock tablix size .Right now I have 15 rows showing up fine on one screen , but if 2 more people get added this week , it will move the report to next page and I don't want it that...
View ArticleCache Options
I have a report with a long query and so takes a while to come up. Thats why I am trying to Cache it.I created a Cache refresh plan of every two hours.But don't know what I should add in Processing...
View ArticleAdd / Edit Subscription takes a long time (2 plus Minutes) to open on One...
SQL Server Version: 2008 R2Release: 10.50.4000We are running SSRS in Sharepoint Integrated mode (Using Sharepoing 2013 I believe). We have a report library which seems to run fine. However we have one...
View Articlessrs 2008 want repeating column headers on Word document export
In an SSRS 2008 report that I modifed, I changed the report to do the following:a. Display repeating column headers on each page while the report is executing,b. Displays repeating report headers on...
View Articleparameter Issue
I have a main report with two parameters : Location and Department.Both of these are multi value parameter (Show multiple values to chose from)Main report shows the count for each department...
View ArticleSSRS reports for IIS statistics
Hi all,I am looking for some templates/tutorials for creating reports/dashboards for IIS web log statistics. For example site visits, user activity etc ... I intend to use logparser to import the logs...
View Article