March 24, 2009 at 2:13 pm
I've created a report which shows a summary of sales, with the ability to drilldown to see more details and also more columns. I don't want to show certain columns when the details of a grouping are not expanded. How can I achieve this?
Please help,
Jos
March 26, 2009 at 12:41 pm
Which version of Reporting Services are you using?
March 26, 2009 at 2:35 pm
I'm using Reporting Services 2005
March 26, 2009 at 2:48 pm
It sounds like you should need to use the inscope function, then.
Use an expression for the visibility to the effect of:
= iif(inscope("GroupThatMakesMeHide"),false,true)
I may be over-simplifying the problem, but I believe this is the right approach -- I'm primarily working with SSRS 2008 now, so trying to go off memory a bit here.
John
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply