SSRS report - In which path Snapshot will be stored
Hi All,I'm newbie to SSRS reports, currently we are migrating our environment to Cloud. As part of this migration we have to move the existing report(Previous months snapshot reports) to the cloud. I...
View Articlessrs not want final page break
In a new SSRS 2008 report, I have one main tablix and I will be embedding 5 existing tablixes into the one main tablix. For each row in the main tablix, I will be embedding 1 of the tablixes. There...
View Articleillegal xml character
Hello all,I have been searching for an answer for awhile and no luck.I have SSRS 2014 spitting out about 70 reports a month without any issue for last year, but now two are having the same issue.When I...
View Articlessrs determine maximum parameter value
In a ssrs 2008 report, I am adding a parameter for selecting a report by using an integer value. Each report will have an integer value between 1 and 27. The default is to select all reports, however...
View ArticleMulti-Value parameter
I need to display all the values of the Multi-value parameter being passed. With =Parameters!ABC.Value(0) it just returns the first value in the parameter array.How can I display all the values?
View Articlehow to exclude hidden rows from total based on two parameters
Hi,How do I exclude to hidden cells based on two parameters.I currently have the following expression which works fine, however I have now added in another parameter called Show Team Mangers. Therefore...
View ArticleFont Color Expression
Hi,I want change the font color of ((50 40 10 ))based on the below...Below will display the total devices as 100 (50 40 10 )How can I change the 50 to Red , 40 to Orange and 10 to green The text box...
View ArticleFilter in excel when export report using SSRs
Hi FriendsI need filter in excel using ssrs.when i export the report in Excel using SSRS . the Excel file will be display filter on column how i can achive that let me know if you guys know any...
View ArticleSSRS LINE CHART SERIES COLOR
my requirement is not full fill.actually the thing is am having values series1 values :22,25,27,35,25,22,18my high limit set point is 30 (iif series1.values > 30,"red","green"),it was working but...
View ArticleExcel download and have link to all sheets in first sheet(Summary)
Hi,Today one of my user asked me this question. Is it possible to develop a report in SSRS that when you download the report in Excel the first page should have ORDER#s and when you click on ORDER# it...
View Articledistinct sum for an expression
I have a report that displays the sum of a particular field like this:[code="sql"]=SUM(iif(Fields!isFinished.Value = 1, Fields!isFinished.Value, 0))[/code]Sometimes it works, but sometimes I get the...
View ArticleReport Manager site is not restricted
Hi,I installed SSRS 2014 on windows server with all the default options.I am able to browse Reports Manager website "http://..../Reports" from my workstation even though my domain account is not setup...
View ArticlePerformance Improvement - rc:Toolbar=false & htmlview.css
Hi AllI've noticed a dramatic page performance improvement from using [b]rc:Toolbar=false[/b], resulting in a reduction of about 3 seconds per click to essentially instant (no loading icon), even with...
View Articlessrs 2008 using one dataset
In a new SSRS 2008 report, I am trying having one main tablix where the grouping is by patient number. There will also be 8 different embedded tablixes. Each embedded tablix will be a separate report...
View ArticleGetting Error while right click roles/system roles under Reporting Services
TITLE: Microsoft SQL Server Management Studio------------------------------Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)For help, click:...
View ArticlePass Multi Value Parameters to SSRS Report Using URL
Hi ,I've a URL below with 5 multi select parameters (Branchcode, Branch, Niche, Team & Consultant) and 3 single select parameters (StartDate, EndDate & Structure).My main report has two views...
View Articledynamically using columns based upon a parameter
HiI have a table with date flags inSuch as CurrentMonth, CurrentYear, PreviousMonth etc.This has a date as the SK and flags 1 or 0 dependant upon whether the date is in the current month etc.In SSRS, I...
View ArticlePossible to have 2 tables in Report on 1 page and have scrolling bars on the...
Hi,Can anyone help me do this:I have created an SRSS Report and want to simple Datasets to display lists: List A has 300 rows, List B has 1000 rowsI have created two tables on the report and assigned...
View ArticleURL Web Service v Report Manager
[size="4"]SOLVED - Talking Nonsense.[/size]I was using teh report manager url, but this didint allow parameters to be passed. So I have switched to web service url - but now actions ie click on a link...
View ArticleSSRS map datapoints show in SSDT but do not render to browser
Hi I have a map report with two datasets showing data points in a SSRS map. It looks fine and behaves as expected in SSDT (version 4.5.51650) but the data points to not show / render to IE 11 or to...
View Article