Conditional Hiding
Hi All I have a report which has 3 matrix tables, each table drived from different Datasets. I have a parameter value which is A,B,C. I want to display table 1 when user select para A , likewise Table 2 for B and Table 3 for C. I tried with conditional hiding where we could have only two tables . Is there any way to use conditional hiding for more than two tables? Please help me on that. Thanks
April 27th, 2012 3:11am

Hi there You can put expression like this. Please go to tablix and put expression where visibility Table A =IIF(Parameters!test.Value="A",FALSE,TRUE) TABLE B =IIF(Parameters!test.Value="B",FALSE,TRUE) TABLE C =IIF(Parameters!test.Value="C",FALSE,TRUE) I am putting screenshot for your help Many thanks Syed Qazafi
Free Windows Admin Tool Kit Click here and download it now
April 27th, 2012 4:49am

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

Other recent topics Other recent topics