possible to control color in a report ?
Hi, I have a data field which needs display data in different color according to number of records. For example, if count (pid) > 10, display red, otherwise show green. How could I achieve that ?...
View ArticleSUm Distinct
Hi people,I love reporting services 2005 BUT have struck a major limitation!Basically I need a sum distinct function. I have various duplicate details lines and just need to sum the unique values....
View ArticleCannot format SSRS Report Secondary/Primary Axis Labels Per Requirements
Using Report Builder and Visual Studio 2008 Report Builder I cannot format the Primary and Secondary Value/Y-Axis of a bar chart so that the value of the label is under the major tick, as in the screen...
View ArticleBar Graph with Two X Axis, I have the 2 Y Axis, I need 2 X Axis...
As the title of the question states, I am able to correctly plot the 2 Y axis that per my requirements, but I need to populate a line at the 0 mark and also at the max. Below is how the graph looks...
View ArticleSSRS not grouping properly
I'm having an issue where SSRS won't group a report like I need it to. Below is a screen shot of the first few columns. MediaChannel is a hidden column but it's what I need to group on. I'm trying to...
View ArticleSQL Server 2012: Powerview Filtering
Hi Is it possible to apply your filters and slicers across all views in a powerview report concurrently. So if you're on view1 and you filter on 2012 data, can view2 of the report be automatically...
View ArticleDISTINCT VALUES AND EXPRESSIONS and GROUPING SSRS 2005
2005 This is driving me mad. Now I know you can use an expression to display a distinct number value but how do you do this with a character based column.Basically I have a dataset that has a column...
View Articlecalculated measure and filter by two different dimensions
this worksWITH MEMBER [Measures].[Pre] AS SUM ( -{ [Dim Event].[Ticket].&[Open] }, ( [Measures].[Event Incidents Count] ) ) Select [Measures].[Pre] on 0 From Event However, adding another...
View ArticlePagination showing negative number while exporting to PDF
HI,I am using SQL 2005 and I am resetting the page to 1 for each new group (CUSTOMER_CODE) with page break at end. I am using the below VB code to reset the page:Shared offset As Integer Public...
View ArticleResetting page no. in SSRS 2005
Hi,I am using SSRS 2005 and I need a way to reset page number. Below is my scenario:-I am having parent group as "Customer_Code" for which I am doing page break at end; so that for each new customer it...
View ArticleSSRS 2008 Placeholder not Available
HI All.Something strange is happening with my Visual Studio 2008I cannot create placeholders.It's not available on toolbox Its not available as right click on textbox (create placeholderIt seems that...
View ArticleSSRS 2008R2 Matrix Column Difference with Custom Code?
Hi I try to get the difference from two columns in a matrix... The function should be similar like the PREVIOUS function for rows... But instead of rows, I need the difference between columns... It's...
View ArticleChange row colour based on conditions
Hi,I'm trying to write a function for my SRS 2005 report what will do the following:If Stock_Item = 'No' And Shipping_Date - Order_Date > 14 days Then Row Fill Colour = 'Red' If Stock_Item =...
View ArticleAutofit column width in table cells in rdl files
Hi, I am facing issue with the auto fit width. When i am creating a report which includes table. The table column length should get adjusted to the text size displayed in it instead of displaying the...
View ArticleSelect All value in Parameter
Hi everybody, Is there a way to now wether the (select all) value is checked in a parameter list? I would like to condition a text display wether this value is selected or not. Thanks Pete
View ArticleError Creating Control - ReportViewer1
Hi, I am using VWD 2010, MSSS 2008 R2 with Reporting Services. I want to create a report with Report Builder 3, put it on the Report Server and show it in a web form of a web site created with VWD...
View ArticleRadar Charts SSRS
Hi All,I have requirement to develop a report like below image.Is to possible to develop this kind of reports in SQL Server Reporting services 2008 r2.I have tried with one example but the major grid...
View ArticleUsing DateAdd() to increment hours AND minutes
Hi there,I'm using Report Designer 1.0.I would like to add 23 hours & 59 minutes to a date.I typed the following into the Edit Expression editor for a date parameter:=DateAdd(DateInterval.Hour,23,...
View ArticleReport Designer - Conditional Count
Hello,I'm working with Report Designer 1.0.I have a table grouping where one field contains the following script (which is erroring at runtime):=IIF(COUNT(IIF(Fields!PARTNERVALIDATIONSTATUS.Value=0, 1,...
View Article