Hi!
Is there any solution on how to set column visibility för an Matrix report in SSRS 2008 R2? I have read a lot on this issue but so far without no success in solving the issue. I,ve set Row Visibility with the code beow for the report. but i would like to use the same Iif statement for column DimCategory2 - DimCategory4 in the Matrix. Anybody that has a solution to this?
Br Arne Olsson
=IIF(Parameters!DimCategory2.Value =
"Ej Vald",True,False)
Arne Olsson