Counting Rows (SQL Server 2008 R2)
I have a tablix with a textbox containing a lookup expression. =Lookup(Fields!Last_Assigned_To_ID.Value, Fields!Internal_User_ID.Value, Fields!Skill_Group_Name.Value, "Users")This will either display a...
View ArticleHow to create cascading parameter in SSRS using SSAS cube
Hi, 1.Can you please help me how to create cascading parameters in SSRS using SSAS cube? 2.How to load dimension member to drop down list which is the parameter? 3.How to put (filter) parameter in MDX...
View Articlehow to seperate varchar with text and dates in it
If you have a varchar column that holds text as well as dates in ddmmyyyy format. However you only want to show the columns that have dates in them only. How would I be able to do this ? I am...
View ArticleAutomate SSRS bulk reports generation process
Hi,I want to generate the SSRS reports after the completion of ETL process.I have read the article Bulk Report Generation using SSIS and SSRS 2008 R2 but it doesn't tell how to pass multiple...
View ArticleSSRS Charting: Overlay values for two different date ranges
Hi Everyone,I have a stored procedure which contains many case statements which sum values based on two different date ranges. e.g.case sum X if date between @StartDatePeriod1 and @EndDatePeriod1 case...
View ArticlePossible to deploy an updated .rdl report to the report server without any...
Is it possible to deploy an updated .rdl report to our report server without any downtime?I don't think so, but I thought I would check with the experts!Basically, there is an existing .rdl and we make...
View ArticleMultiple Tables using same dataset in one report
Hi,I have multiple tables in my one report (SSRS 2008) but i am using same set of data in all the tables i.e. i have binded my all the tables to same dataset and my dataset is calling one stored...
View ArticleVisual Studio 2008 and 2012 Hang When Opening certain RDL Files
I am converting an old LOB web application, which has about 500 SSRS RDL report files, in order to be able to edit the reports in VS 2012.I installed Microsoft SQL Server Data Tools - Business...
View ArticleError between SSRS and ASP.NET app: Cannot access a closed Stream.
HelloWe are trying to connect SSRS with an asp.net application.But we get the following error: Cannot access a closed Stream.We use the follow in code to access the report. string strReportUser =...
View ArticleSQL job schedule updates and SSRS instability
We have a Production system running SSRS 2007.0100.2531.00 on two load balanced servers with around 3500 subscriptions. Recently we started seeing periodic crash dump files in the SSRS log directory of...
View ArticleUsing subreport inside a table/tablix cell
In my application I have a report with one subreport contained inside a table cell. Within the SubreportProcessing event handler I supply a different set of data foreach instance of the subreport. In...
View ArticleUser cannot manage subscriptions in SSRS 2012 Native Mode QA environment
I have create Dev, QA, Staging, amd Prod Native mode SSRS 2012 servers and granted a particular set of users Subscription Manager privs for all environments. In all but QA the users can access the...
View ArticleSQL Server 2012 - Configure Reporting Services - Connection Error
Hello Community!I am working with SQL Server 2012 and I have Reporting Services installed. Now I want to configure SSRS and add a database from the Configuration Manager, but when I try to connect I...
View Article2012 SQL Server Rendering Bug
Hello,I have looked at this KB: http://support.microsoft.com/kb/2637802 .This is a thread I posted in the past where I didn't get no answers:...
View ArticleSSRS Expression does not work
I have SSRS expression that works in other report with little differnt in values and that works fine. When i am trying to use the same in a different report it doesn't work for some reason, Just not...
View ArticleMove Sql Server 2005 print Web Service Application to Sql Server 2012
Hello,Currently, there is a web service application on my Sql 2005 Server thats prints Order Reports automatically. I move the application to Sql 2012 and made a change on my application to reference...
View ArticleTHE SIZE NECESSARY TO BUFFER THE XML CONTENT ERROR ON SSRS PREVIEW ERROR
THE SIZE NECESSARY TO BUFFER THE XML CONTENT ERROR ON SSRS PREVIEW ERRORMY REPORT IS HAVING 40 TABLIX EACH PAGE ONE TABLIX GETTING Data from cube when i am excuting it is giving error"THE SIZE...
View ArticleAdding animation to SSRS charts
I have SSRS charts created using Visual studio 2012 which are embedded in asp.net page. I need to add animation to the chart while it is loaded(appears) on the screen and well as some animation for...
View Articlessrs subscription calendar
trying to figure out how to show a calendar icon when choosing parameters when subscribing. i can get it to work when running the report but not when subscribing. Any and all help appreciated.
View ArticleI have a table within a table, which is causing problems for hiding rows...
Here's the scenario: As I hope my picture below helps to explain, I have a table within a table. I've been giving a specific reporting format to follow, each Focus Area of the report needs to be laid...
View Article