SSRS Date Parameters
Hi Every one,I have Fiscal year parameter with years 2011-2012 and 2012-2013 and start date and end date parameters but my problem is when i select fiscal year as 2011-2012 but it will not update start...
View ArticleHandle rsErrorOpeningConnection error and display report
I have a report with multiple data sources and a tablix/dataset per data source (dashboard for multiple ETL servers). If one data source is inaccessible (e.g. the rsErrorOpeningConnection error...
View ArticleRow grouping in SSRS Reports
Hi All, I am facing a issue while using the row groupings in the SSRS report. Here is the example of it;But what is happening is that even the Year column gets grouped as shown in below; My client has...
View ArticleAccessing SubReport information using ReportItems possible?
I am attempting to dynamically hide a report row in reporting services if the subreport contains no data however I see no way of doing it in SQL 2005 Reporting Services (with SP2). Right now I have a...
View ArticleSubreports for RTL cultures
Hi,I have an RDLC report with a subreport. The subreport's actual width is smaller than the space given to it by the report (e.g. subreport width is 5 cm, while it is given whole page width in the main...
View ArticleDynamically setting the language code in a report does not appear to affect...
Hi AllI have a problem with SSRS in that the ordering of data within the report does not appear to be consisent, and does not appear to be affected by the setting of the language code.I have a database...
View ArticleUnique Values from a Column in a Dataset
Hi,I have a dataset that contains assignments for resources and their capacity. I got capacity from another table in the dataset. This was to try and end up with one dataset for the report as I needed...
View ArticleMulti Select Parameter Blank Value
Hi,I have three cascading multi value parameter. @TeamL1, @TeamL2 and @TeamL3 and is working well. But some teams in Level2 doesn't have another sub team so Level3 comes up as blank. Due to this I...
View ArticleHow to link two tablices from different datasets into one List?
I am developing an RDL with 2008 R2. I was able to create an RDL with two matrices and two datasets. Each matrix uses a separate dataset. Now I need to combine these two matrices into one List....
View ArticleHow to sum the data labels to a total in my chart diagram?
HiI am counting order type by a field which can have 3 different values.In a stacked column chart I am displaying the count of those different values, and showing a data label with the count for each...
View ArticlePowerView DAX Logical functions
We have a REFGeography Hierarchy to 5 levels and a measure to divide CurrentSales/PreviousYrSales in our Tabular model. We usedIFERROR statement to avoid numerical errors. This works fine when we...
View ArticleUse hidden table columns for page breaks
I'm using SQL Server Development Tools 2012 in Visual Studio. I have a Reporting Services report containing a table with some columns that are optional, based on selections from a multivalued...
View ArticleDifference in Dates
I am trying to determine the number of days since the last check in from a computer. Currently my code is:=DATEDIFF(DateInterval.Day, GetDate(),CDate(Fields!Last_SCCM_Hardware_Scan.Value)) but I am...
View ArticleMultiple dataset error
I created a simple 1 table report for SSRS 2008R2, runs fine.I then added a 2nd dataset to the report for label translation.When I set the report title to =First(Fields!Title.value, "translation"), get...
View Articleindicator alignment and sizing
Report Builder 3.0I'm centering my Tablix rows vertically, and I want to center align my indicators as well.First I dutifully put the indicator inside a rectangle so it wouldn't suffer from the...
View ArticleHiding a tablix hides all objects below it?
SSRS 2008 R2 SP1Mulitpage report with many conditionally populated and hidden controls.Whole report is wrapped in a list - the report can be run for a single record or batches.Bottom of page two has a...
View ArticleExporting Shared Datasources
We have a couple of Report servers and are in the process of chaging Domains and some Machines. What I need to do is verify the shared datasources on all of the servers.Does anyone have a section of...
View ArticleJump To Report (specific bookmark)
Is there a way to jump from one report to a specific bookmark in the second report? I have a chart that jumps quite nicely to a filtered version of the report, but instead would like to be able to...
View ArticleThe first axis of the query should not have multiple hierarchies
Hi,I am new on the MDX and I have created a MDX query that works in the Management Studio, however in the query designer it fails with error written in the title.Any suggestion how this error can be...
View Article