Combine Multiple SSRS Reports
Hi All,I have 2 different SSRS reports as following.Report 1Customer--------------Orders--------------Order DateCustomer A ---------------5-------------------01/01/2014Customer A...
View ArticleCalendar Control in SSRS
Hello everyone,I am working on a report that requires to to use calendar control, thus allowing users to pick the date range that they'd like to run the report. The thing is I want to have a way to...
View ArticleReport Builder - Filters
Hi,In Report Builder 3 (2012) is there a way to have it show the filters that have been applied to a dataset in the 'run' view.i.e - I have a dataset, then in a report I add a filter onto one of the...
View ArticleReport subscription using parameter
Hi All,I have a report that already has a subscription. The issue is that business users want to be able to choose their delivery date and time by themselves from a parameter. That is they want the...
View ArticleReport Builder
Hi,When I start up Report Builder 1 (SQL 2005) I am prompted to pick the site/server to connect to, however on another server it automatically connects to a site. Does anyone know where this default...
View ArticleDisplay group with maimum value in SSRS
hiIn SSRS how to display single group which is having maximum valuethatis for example from below records iwant to display student id 1 and Total marks 82I can write sql to bring this result but not...
View ArticleReport not caching
Hey, have an issue where my report is not caching and I cant figure out why.-Report is using a datasource that specifies a SQL User & password.-Report is a simple select col1, col2 from table. I...
View ArticleSSRS export setting column types
I have some users that are exporting a report to excel so that they can do further analysis using a pivot table. The issue that they are running into is when exporting this data from the report excel...
View ArticleSSRS Expression
Hi,This expression calculated the difference between two columns and divides the value by 60.=(Sum(Fields!DBA_Estimate.Value, "dsStatistics")-(Sum(Fields!DBA_Actual.Value, "dsStatistics")))/60But if I...
View ArticleCascading in SSRS 2008R2
Hello Folks,I did cascading parameters in 2008 R2. Based on 1st parameter, the next parameter behaves and it will displays the data in dropdown. This is good.I got one different situation now. I have a...
View ArticleHyperlink in ssrs
Hi I have a report that opens hyperlink (a file path to the server. i.e. \\servername\folder\filename.pdf) when I runs it at the server, But when I run the report from my VB application does not open...
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 ArticleDNS entry for SSRS
Hope I am in the right place for this. I am relatively new to SSRS and have a new server setup for serving my reports. Call it myservername.com/reports. I would like to create a DNS entry to point...
View ArticleSSRS Normal Quantile Plot
Is it possible to make a normal quantile or a normal probability plot in SSRS, where the y-axis is the log scale and the x-axis are the values?If so, is it possible to set the series up from a lookup...
View ArticleSSRS Expressions
Hi All,I have a field that contains some names and would want to lift the name part that I want from the field. For example the field when run when will give "ACCOUNTANTS:- Signal Chartered Accountants...
View ArticleDiagram scale with dynamic 5 entries for 3 different values
Dear all I'm looking for a solution to configure a scala for a diagram which shows values from 3 different fields. This scala should show allways only 5 entries for this always different 3 values. From...
View ArticleQuestion on percentage in SSRS
I have a field with the data ($0 0.00% $125.67) in SSRS reporthow to write an expression in this field (first one $0 is the amount I can use fileds!amount.valueand in the second one 0.00% this is...
View ArticleSSRS report with a "gridview"
Afternoon,I'm looking to create a report with a list of shops grouped by company area, the report would look something like.Area 1Shop1 || Shop 2 || Shop3Shop 4 || Shop 5 || Shop 6Area 2Shop 7 || Shop...
View Articleneed expression for the field if there is no data
hello, how can I write an expression in the field which is a dollar amount valueif there is a data in the database its showing the amount in the field if not its hiding the entire table how can I show...
View ArticleSSRS report delivery options without local SMTP server?
I have a dumb question. (just thought I would warn you!)If I'm developing on a non-server OS, (like Win7), there's no way to do mail-based report delivery, right, because there's no IIS/SMTP server...
View Article