Adding to a standard report query
I have a standard report that I would like to update but am struggling getting it to work without errors. I need to add this query: SELECT FilteredFieldLogEmployee.Field_Training_Custom...
View ArticleColor code based on 2 col values
My expression for backgrounfColor:=iif( Fields!ColA.Value<>Fields!ColB,"Red","Green")is returning wrong:Error is:The background color expression for the textbox 'ColA' contains an error:[BC30452]...
View ArticlePower BI
Can someone give me a good example how Power BI will help in reporting instead of using SSRS/Report Builder.Something that SSRS/Report Builder cannot do that Power BI will do.
View ArticleSSRS 2008 - Report Not Loading in IE
Hi AllI have a report that is not loading in IE and sometimes taking more than 10mins to display.The report query completes in 3 seconds and returns around 90 000 rows.I've investigated the...
View Articlemaster detail with grand totals (overall) on each detail report possible?
I am attempting to create a master report that uses separate subreports as detail because each PrGrp has a number of separate detail reports. If we call the top (overall across all offices) group phOrg...
View ArticleSSRS Report Viewer Scroll to Load Next Page
When I preview reports in Report Builder 3.0 there is a functionality that when I reach the bottom of the page when scrolling the next page will automatically load.However when the report is loaded via...
View ArticleAdvice with an expression please
HelloI am trying to write an expression in a calculated field that shows if one date value is greater than another:=(IIF(fields!date1.value>fields!date2.value,"late","on time")This works fine when...
View ArticleGetting the total (sum) of an expression in an SSRS table
HelloI have a simple table in SSRS:Column 1 is the date an item was due to be delivered, column 2 the date it was delivered.I have added a third column and put in the expression:...
View ArticleAdding two sets of global variable in ssrs
I am trying to add from two separate text boxes from different datasets I had to create a code to summarize (codes below) giving a total. What I am trying to do is get GapTotal + GapTotal2 together...
View ArticleSumming a calculated field
HelloPietlinden kindly offered yesterday the following expression to add to a calculated field:=IIF(fields!date1.value>fields!date2.value,1,0)I have added this to my dataset, and it is putting a 1...
View ArticleIncremental load pattern – best practice
Hi folks, I am trying to improve the performance of a SSIS package.To simplify let’s say I have the following...
View ArticleSSRS 2012 - Report Name Changes Dynamically
Hello All,I have a very weird occurrence that I can’t seem to trace relating to a SSRS report name changing automatically. So, I have Report A that has a parameter called “ComputerName”. The parameter...
View ArticleHide alternate rows depending on value of row in SSRS Tablix
Hi there,How do I hide rows depending on the values of one of the rows.I have a tablix with two rows. 1st row will always have nothing in it. 2nd row might have an address in it sometimes.I want to...
View ArticleReports are not working
Hi,We have bunch of SSRS reports. We have a website where the end customer can login and run the reports from frontend.Some of the reports are not working from them (From fronentend) but those are...
View ArticleSQL Report with multiple matrix
I have a matrix reporting data by week by location. The matrix works great for this. The challenge, however, is I want to take my total from the matrix and provide a 3 month average - easy enough to do...
View ArticleFormatting a date field to just show the date, not minutes.
HelloA date field in a report returns the date value as:[b]2015-07-01 13:30:27.000[/b]Is there any way I can script this to appear as:01 July 2015 (or 01-07-2015 or 01/07/2015) - basically to cut out...
View ArticleParameters
I am trying to come up with report where in I can pass 3 Optional parameters. Either Parameter1 or Parameter1 and Parameter2 or Parameter1 , Parameter2 and Parameter3 and get data in the same...
View ArticleExpression needs a false argument, please can you help?
This is the expression I have written but computer says NO=iif(Fields!Less_than_24_hours_notice.Value = "Yes", iif(Fields!Task_Type.Value <>"Interpreting",0,iif(Fields!Supplier_Code.Value =...
View ArticleSSRS2008 - Retrieve max value for group based on date
Hello!I have a report that shows a monthly breakdown of money retrieved and outstanding for each account. In the group header, I need to sum up the paid figures (done), and only retrieve the...
View Articlemerge last column same as first in rdlc report
hello every One,i am try since 2 days to sort out this Using RDLC report.I tried to create it using Grouping but its shows like this (In Demo_001.jpg):here is the image which i want(In...
View Article