How to display a value in the Tooltip field of a graph.
I have a graph report with monthly cost by cost_date from a dataset called UnitCostTeam. I would like to display a value from another dataset call Comments, the values name is Comments, but I need the...
View ArticleParsing a string of values in an expression
I have a string being passed into my report (SSRS 2008R2) That I need to parse for display purposes.O know that I can do it with a SWITCH Statement, however there are enough different possible...
View ArticleCreate groups in reporting services for security?
Is it possible to create groups within reporting services and assign folder/report access to those groups?sqlserver 2008r2winserver 2008r2
View ArticleBest approach for batch mode generation of large report via SSRS
I have revised this question now that I've determined that we *will* be using the Enterprise edition of SQL Server 2012.I have a report (that I will deploy to an SSRS 2012 server) which can vary...
View ArticleUrgent Please: Cannot publish Reports to the Sharepoint Integrated -...
Hi,Sharepoint 2010 / SQL Server 2008 R2The user I am using in BIDS to deploy the reports has Admin permission to the site collection and databases.Reporting Services Login prompt all times and I can´t...
View ArticleSSRS 2005 line chart based on group avg question
Hi, I appear to be unable to sort out what appears to be a fairly simple thing i'm trying to do with a line chart.I have a simple table with two groups. Group 1 is machine and Group 2 is date. The...
View ArticleHow to highlight text within a value within in report based on parameter value.
I've created a report that returns some xml code converted to varchar for display on a report. My parameter is basically just a wildcard looking for specific data field names within the xml. Is there...
View Articlessrs 2012 - dataset does not populate in designer
Hi, Stored proc. (sp) returns fields in the query designer of SSRS 2012. but the dataset does not populate fields in the designer. in case it makes any difference, note that the sp uses functions in...
View Articlessrs 20098 r2 grouping count
In an ssrs 2008 r2 report, I want to obtain the number of rows selected in a grouping. The grouping is customer number. In a table called customer. Can you show me the code to display the number of...
View ArticleDynamic Column width for a report
Will the width property of a column be able to be set at run-time (i.e. ability to set the width of a column to an expression) in SQL Reporting Services 2008? One problem I have seen is the inability...
View ArticleTablix Paging In SSRS
Hi All, I have an Issue regarding pagination in SSRS my Requirement is this way i have a table(SSRS Tablix) which fetches morethan 100 records and i want 10 records in first data display in...
View Articlessrs sum based upon a conditional statement
In an ssrs 2008 r2 report, I have the following code that totals a transaction amount: =sum(cdec(Fields!TransactionAmount.Value))Now I need to have different total amounts based upon 'payment type'....
View ArticleOptional Parameters in the Report in SSRS 2008
Had five parameters, out of that 3 are optional In the parameter properties checked Allow null vaues. In the Dataset properties In the query designer used Select * from Table where ( Column...
View ArticleAdding second instance of SSRS reporting features disabled
I am running SQL Server 2008 R2 server on windows 2008 server.On the MSSQLServer instance, I already have Reporting services configured in Native mode.I am trying to add another instance of SSRS in...
View ArticleReport with between date filter is creating a report per date instead of...
Hi,I had a report with a calculation of all the sales revenue of one day. I had one parameter @Date. This was working just perfect. Now I have created a copy of this report and added the parameters...
View ArticleAdding a new line in Report Builder expressions
I typically use Report Designer, but I have a new project requiring Report Builder 3.0. In Report Designer (BIDS), I can take more complex expressions (ie SWITCH with 5 or 6 options), and put each...
View ArticleTextbox color changes to yellow if a chart is hidden
Hello, everyone,In one of the cells of my table, I inserted a sparkline chart which has conditional visibility. When a parameter is "A", show, otherwise hide. The background color for both the textbox...
View ArticleHow to change the border width of one series on the chart
I was able to plot three series on a chart.I would like to change the width of one of the three series to highlight it. Whenever I change the border width, the same border width applies to all three...
View ArticleWant to Change Background color of the Cell by comparing two column values
If the Value of Sales Amount in First Row is Greater than the value in Second Row then Change the Background Color of the Second row to "Red" if the Value is less than then change to "Green". Like this...
View ArticleSSRS dynamically changing of calendar parameters
Hi. In a SSRS 2008 report with two calendar parameters StartDate and EndDate I try to corelate these parameters in a followig manner: 1. If I set the StartDate>EndDate, automatically the StartDate...
View Article