RDLC - Extra Column while exporting to Excel For Matrix Report.
Hi Everyone,I am having a RDLC report which is having toggling options in top column level. There are two levels of column. For example, 2010-Q1 2010-Q2 2010...
View ArticleRow Visibility Expression
I have a table that returns multiple rows. I want to display just the first row. I have sorting set so that row 1 is the only data that I need displayed but I am having difficulty "hiding" the...
View ArticleAlternate row formatting - Conditional Formatting with row & column groups
Is there a way to use conditional formatting to alternate the background color for a Matrix table that has both a column groupand a row group? Here are details of my table.... Row group name:...
View ArticleNested Tablix
Hi,I've the following situation that i need to handle in my report. Both table 1 and table 2 are two separate datasets. I've also created two tablixes to display the below info. None of the lookup...
View ArticleToggleItem & Interactive Sort
I have a report that uses both the interactive sort and a toggleitem. When I expand an item then do a sort all my expanded items collapse and go back to the top of the page. Surely I must be missing...
View ArticleCombine 2 fields from 1 table
I have a custom job report and the job is broken into 2 fields, ID_JOB & SEQ_ITEM_JOB , 6 & 4 chars respectively. I'm trying to create a new calculated field that combines the two into a new...
View Articleadding special symbol in alternative rows (Expression issue)
I have the following final result which I need to show in the report Col1 FY12 FY11 VarTotal Amt $123.13 $3628 $345MemMonths 4356 $1264.2...
View ArticleShow Quarters in the X - Axis and other Categories in the Y - Axis in Gantt...
Hi I'm working in a report that has two categories let's call them projects and time, I'm creating a chart with the projects in the Y - Axis and the Time in the X-Axis, the report is working fine, the...
View ArticleSQL 2012 SP1 Reporting Services for SharePoint (2013) - Install-SPRSService...
So, at this point, I've blown away an otherwise functional SP2013 + SQL2012SP1 multi-server farm trying to get this to work, only to end up with the same results. Irrespective of whether I install...
View ArticleGroup Visibility not working as expected
I have a tablix with 2 row groups (parent-child). I want to set the visibility of child group to hidden and toggle on the parent group. When I run the report is works sort-of but the last row of the...
View ArticleSSRS 2008 Bugs
When you use " exec sp_executesql @sqlStatment " command in your Stored Procedure, SSRS 2005 can refresh fields but SSRS 2008 can not refresh the fields ! Hey Microsoft SSRS 2005 was better and has...
View ArticlePercent difference in a subgroup
Hi, yes i am back again, percentages on groups and subgroupsIn my previous post i was able to deliver a total percentage (script after image), this is great, now i am struggling with this as a subtotal...
View ArticleSet 2 parameter in 1 table
hello guys! i'm creating a report that have to 2 parameter and a matrix table.my parameter is @Department. i have default values in my Department Parameter that i can choose and every time i choose a...
View ArticleSQL Server Datediff vs SSRS Expression DateDiff function
ENVIRONMENT: SQL SERVER 2005, SSRS 2005Help understanding inconsistent results between sql server and ssrs?I am using the below function to calculate number of days in SQL:select datediff(d,...
View ArticleRow groups
Hi I think I need to add a row group to a tablix however I have tried and it is not working. I have taken a screen shot of the data below to try and explain my aim...
View ArticleMultivalue parameter issue
Hi All,I have a multi value parameter called 'city',which filters out all the city names.here i put custom value called 'city Asia' using union,here the select city....city by Asia( doesnt belong to...
View ArticleVS2005 Pro Report Layout not working anymore
I think that installing VS2008 Web Developer Express broke my VS2005 Pro Report Layout.I can edit the reports, but the screens don't show the same GUI elements that where there before.It is almost as...
View ArticleCannot read the next data row for the data set
Hi,My report runs fine when I view in VS, data shows fine when I run the query in the data window, but when I publish it to the server, I get the above error. I am running SQL server 2005 RTM and I...
View ArticleOpen dashboard at startup
Hi,I am developing my reports in visual studio,I then deploy the reports to the reporting server.I have a link on my desktop that i click on to open the report folder on the report server, then i...
View ArticleHow to use the Null value in a Parameter?
I have a query that uses a parameter that includes NULL values. Part of my code is this...WHERE COREQ_CC_STATUS =@COREQ_CC_STATUSI populate available values with...SELECT COREQ_CC_STATUS FROM...
View Article