Reporting Services Hide columns

  • 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

  • Which version of Reporting Services are you using?

  • I'm using Reporting Services 2005

  • 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