SSRS 2008 R2 conditional Column Visibility issue
I am using IIF statements to show or hide tablix columns based upon a parameter value. These statements are used as expressions in the visibility properties for the columns. The column(s) to be hidden based on the parameter value. I have a report in SSRS 2005 and working fine. When I migrate to ssrs2008R2, the report is not behaving the way it used to in ssrs 2005 Has anyone else experienced this? Please let us know Thanks!!
February 18th, 2012 2:22pm

CAn you let us know the issue in 2008R2? Also, what is the code that you are using in SSRS 2005 and 2008R2?Cheers, Jason P.S. : Please click the 'Mark as Answer' button if a post solves your problem! :) Follow @de_unparagoned
Free Windows Admin Tool Kit Click here and download it now
February 18th, 2012 2:52pm

Jason Thanks!!! for quick responce. Here is the code, it is very simple. =IIf(Fields!BICardGroup.Value = "Phi", IIf(Parameters!PExpandP.Value, True, False), True)
February 18th, 2012 3:01pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics