How to Change row colors based on the count
Hi All,I developed a report using report builder. The columns are LAST_NAME, FIRST_NAME, EMPID, CASEID. I want to highlight those rows where there are more than one caseid. In the back end query i did...
View ArticleValue Expression
Error1 The Value expression for the text box ‘RegistrationNumber’ refers to the field ‘Registration’. Report item expressions can only refer to fields within the current dataset scope or, if inside an...
View ArticleUsing column visibility when Multiple Values is ticked
Hi,How can I use column Visibilty when I have mutilple values selected in my parameter.With normal visibility I use:=IIF(Parameters!xxxxx.value = "xxxx", true, false)I need the multi option available...
View ArticleTablix headers not repeating in SSRS 2008
I have created a new report & add a table to it. When I select "Tablix Properties" and check on Columns Headers -> "Repeat Cheader columns on each page" the header columns do not repeat on each...
View ArticleConversion from type 'CalculatedFieldWrapperImpl' to type 'Integer' is not...
Hi,I'm using SSRS 2008 to create a relatively simple report with a stored procedure as the dataset. The SP runs fine (no errors) but when I try to run the report I get "Conversion from type...
View ArticleDynamic link a subreport within a table
Hi all,I'm building a SSRS report that has a table on its main page. The table has 2 columns, one static value from the dataset, a second column is linked to a subreport. Problem is that there are 2...
View ArticleDatazen Publisher "Sample Data" - will that be coming to Mobile Report...
When Microsoft bought Datazen about a year ago, the "Datazen Publisher app" came with over a dozen "Sample Dashboards" that we could reverse engineer and see how they were constructed with "Simulated...
View ArticleCan I remove the Microsoft SQL Server Reporting Services tag from the...
Hi all,I would like to have the tag "Microsoft SQL Server Reporting Services" to be either invisible or changed. The name tag shows up on the top right, when there are parameters that still need data,...
View ArticleExpression Syntax
I hope it's ok to post an Expression Syntax question in this forum for SSRS Expression Syntax help.So I have this scenario...30.000...I'd like to display on my report as 301.500...display as 1.50 or...
View Articlepivoting Grouping data SSRS-please help?
Hi I have got my data coming out like this at the moment and need some real descriptive help to pivot or matrix this in SSRS please people?ReportingPeriodEndDate MonthYear Submission...
View ArticleSSRS Subscription Not Running On Correct Months
I have subscriptions set up to run reports on the 1st day of March, June, September and December. Looking at the ReportServer.dbo.Schedule table, the value in Months is 2340, which appears to be...
View ArticleHow to over-ride the case sensitivity in IIF expression . E.g "2 help" or "2...
If the value "2 Help" if fed in the below expression it fails.It only evaluates to true if "2 help" is fed to it.iif(Fields!test.Value="2 help",true,false)Expression is evaluating to false because it...
View ArticleWeekly grouping gets split at year 2015 end in SSRS Report
Hello Experts, We Have a SSRS Report that is collecting information from a Project server database , and recently we were facing a problem that is not accepted from the business where after 2016 the...
View ArticleWeekly report creating issue during end of year.(Combined two week in one...
Hi all,I have one weekly report that show week wise data in column group.but now I'm getting the issue; like when the year will be end then it shows last week data in two groups .For Example;select...
View ArticleSSRS - Removing wasted space on grouped bar grah
Hi thereIs there any way to remove the excessive white space prior to the first and last columns in a bar graph?Example below - I've highlighted the white space in question with red circles - we'd love...
View ArticleHelp on Expression SSRS - Visual Studio 2010
HiI need help on a expression that will basically say SUM the amount BETWEEN dates of PARAMETERS selected and SPECIFIC PRODUCT - I have started on the below but it gives me an error - what am I doing...
View Articleformat Negative value with parenthesis
Hello all, please help. below is the screen shot of my data set and report . i am having trouble showing the value that are negative . i want to show them in parenthesis is negative .in the below...
View ArticleWhat is the generally accepted practice, SQL, for having to Parameterize by...
So my Date Parameter seems to work fine...but I think I'm missing some data. My database column type is defined as DATETIME. And I want to be able to select my report by a date range.So what is the...
View ArticleParameter not working
Hi All,I'm using Report Builder 3.0I have a report running against an Oracle DB. I have a sql in the main data set. In the main dataset i added a parameter at the end "WHERE BKNGTYP IN (:BKNGTYP)". I...
View ArticleHow to decrease the horizontal white space between the 3 different chart's bars
I have 3 separate bar charts above and I am trying to decrease horizontal white space between them but at the moment I am unable to bring them very close As you can see in the output I am unable to...
View Article