Display RunningValue by columns AND rows on SSRS report (VS2008R2)
I'm trying to build a report that shows a running total of all registrations by category and year. Attached is what I have so far. The expression I'm using is =RunningValue(CountRows(), Sum,...
View Articlessrs 2008 using nested iif expressions
In an ssrs 2008 report, there is the following existing iif expression:=IIF(Fields!CorrespondenceLanguage.Value = "English", IIF(IsNothing(Fields!firstDay.Value), "Thursday, August 17, 2017",...
View ArticleRepeating same report an unknown number of times
Hi, one main account might be related to one or many sub-accounts. I want a report that generates a statement for each sub-account, yet I do not know how many sub-accounts might be related to an...
View ArticleTrimestrial report build
Dear All,I have a SharePoint 2013 report build with SQL REPORT builder it's display monthly numbers of the requests done withing SharePoint site.With following quary for month: [li]=Mo
View ArticleCalculate values from different databases
Hi Everyone,I have a report with a List on it. Inside of List there is a Subreport. Subreport has a parameter connectionString which represents a database from where it should get data. Number of items...
View Articlessrs 2008 no rows message
In an ssrs 2008 report, I placed a no rows message into a tablix when applicable. The problem is the ssrs report places a black border around the entire tablix. This is fine whn data exists. However...
View ArticleSimplify the SSRS URL
I'd like to make it easier for my users to access the SSRS root folder. Is it possible to replace the existing URL http://MyServerName/Reports so that if they type 'reports' in the browser they get...
View ArticleFirst and last record data turnout different when SQL runs in SSRS report
Hi all,I wrote a SQL lik
View ArticleAuto change parameter?
Hi all, I have a question that:In my report, the parameter has about 15 values. And I want to set after 5 minutes, the parameter auto change to the next value and the report auto refresh after the...
View ArticleExpression to Change background color based on condition
hi,I have a pareameter called percentage in a report ( when we type 1 in the "percentage") this parameter needs to compare the two columns ( percentage and week percentage) something like...
View ArticleOptional Parameters
Hi AllNewbie to SSRS here.I want to add a Optional parameter to my report by default it selects all but other options is to include if order has been invoiced or include if it has been invoiced.If it...
View ArticleCreate Multiple SSRS Subscriptions for a Parameterised SSRS Report -...
HiWe have 470 subscriptions in total, of which 224 are for the same parameterised ssrs report but pass different parameter values (including some parameters having multiple values selected, eg:...
View ArticleInserting blank pages where sub-report is an odd number of pages in length
Hi, I have a sub-report inside a list controlThe sub-report is a statement, the main report renders a batch of statements within a list control. The finished report is then exported as a single...
View ArticleFont Awesome in Reports
Hello friends!We have a web application that uses font awesome for icons and in an attempt to keep things uniform, would like to use these here and there within some of the reports.Has anyone tried to...
View ArticleSSRS daywise calculation for current week
Created a report with 3 column groups . 1. Day wise 2. Weekwise 3. Month wise for the selected date.1.Let's assume am running the report for 4th week of March(Mar24th based on parameter selected...
View ArticleData Driven Subscriptions without SQL Enterprise
IntroductionDo you have SQL Reports that need to go to different people but each person's report has different parameters? Don't have the resources to purchase the Enterprise edition of SQL 2000? The...
View ArticleGood Book for SQL Server Reporting Services
I started reading some online books through a trial service. Is there any books on SSRS that anyone would recommend? Has anyone read SQL Server 2016 Reporting Services Cookbook? Is that good or are...
View ArticleEmail report (letter) to specific email
Hi,I have created essentially a letter in report format that has grouping by people so every new group is a new person. I have each person's email as well. Is there a way using subscriptions to pass...
View ArticleGetting an error, "Missing System CLR Types"
We're trying, without much success, to get an application to install that uses the ReportViewer control in Visual Studio 2015, without requiring administrative privileges. We thought that we'd try...
View ArticleRS.EXE Scripting Issue
Hi, I have successfully created a VB Script for installing/updating reports to my report server so I have a good understanding of how this works. Now I need to extend this script to perform another...
View Article