IIF datediff/dateadd returns unexpected results
Hi, I've got the code below and when summed into a blank textbox it returns a value of 564, yet when I run the query into an RS table and copy the results out to Excel and filter on 'First Time...
View ArticleSSRS TextBox Background color - error
Hello all,I got a textbox background colour expression as below =IIF(Fields!Percent.Value >= IIF(Fields!JobTitle.Value="RKAE","4","6"),"GREEN","RED")When the Percent Value is 3.6 its turning the...
View ArticleHow to insert a blank row after each group in a matrix report?
Hi all,How to insert a blank row after each row group in a matrix report? I am Using SSRS 2005...balaji
View ArticleNeed to hide, disable or alter the HOME link in SSRS 2008.
I have an sharepoint page setup that links to our most used reports. When users go from this page, to the report, they see the HOME link and they expect that it will return them back to the the...
View ArticlePassing multiple parameters to a function
I have a scalar function which looks up a value in a table:FUNCTION [dbo].[fn_getLabor] ( -- Add the parameters for the function here @ProjectUID as nvarchar(50) ) RETURNS decimal(25,6) AS BEGIN --...
View ArticleSharepoint dropping link to Data Source for SSRS reports
I have published SSRS reports to sharepoint and used the Reporting Services Report viewer to present the reports on a Page. Everything works fine for the day, however in the morning, when I go to view...
View ArticleNeed column grouping only not row grouping in Matrix
Hi,I have matrix, where I am showing Projects and associated resources and doing column grouping on Year and month.Now requirement is to remove the row grouping and keep coulmn grouping as it...
View ArticleDynamic header/footer
I have a SSRS report with 2 distinct tablixes of data, I have a page break between them and page numbering resetting like I want, so I'm close.I'd like a different header based on which tablix is...
View ArticleMultiple rows of data presented in a single row, 3 column 'phone book' with...
Using SSRS to display a directory of people.My stored proc returns what you might expect, name, address, phone, etc., one person per row.From the report side, I need to put in a grid type format, 3...
View ArticleWhat did I miss?
'EMAIL' not showing up as a delivery method for Report Subscription. Its SSRS 2008R2James Nelson
View ArticleConfiguring Reporting Services on Windows Server 2008 R2
Hi all, I'm stuck here.I'm installing a TFS2010 with Reporting Services (SQL Server 2008).The account is a domain account who is a local administrator, the box is a Windows Server 2008 R2, I just...
View ArticleStacked Bar chart missing percentage sign
Hello,I hope someone can help me. I have used a Stacked bar chart in SSRS 2008. This chart shows the percentage but without the "%" sign. It's not showen in de datalabel and also not in the axis. I...
View Articlehow to download a .rdl file from report server ?
I develop some reports and i deploy them to the report server. But i have modified some reports in my local pc.now i want to get the report server version. how to do this ?
View ArticleBulk Download Reports from SSRS to .rdl files
Hi! I know how to download a SSRS report from Reporting service server, but is there a way I could do a bulk download of all reports in a certain folder? Thanks in advance.
View ArticleRS Scripter configuration with SSRS 2008R2
Could you please let me know how to make RS Scripter work for SSRS 2008 R2.Is there a report service 2010 for 2008 R2? <server label="SQL2008"...
View ArticleSSRS charts do not show labels qwith zero (not null) values even when...
I have charts where the script produces all weeks in the year and I report the activity. The X axis labels where the activity is zero and not null are not appearing.Please can someone help - I have...
View ArticleSSRS reports
How to hide table header when export to excel . I am using sql server 2008.
View ArticleCan I Install Reporting Services Separately?
Hello:I installed Visual Studio 2010, which automatically installs SQL Server 2008 Express on the system. However, the reporting tools (and management studio) were not installed. Is there any way I...
View ArticleSSRS Date Parameters
Hi,I am trying to put in paramaters in a Report for Date and Time, and would like some guidance on it, i dont know how to go deeper in the Date/Time functions and would just like some help on doing...
View ArticleSSRS Matrix Report, Get End Of Period Balance, Can you Do This?
Let me try to convey my question with a simple example. Let's say you have a table like this.YearMonthEndingCheckingBalance2013Jan$1002013Feb$1502013Mar$302013Apr$452013May$102013….2013Dec$80From this...
View Article