Viewing 8 posts - 1 through 8 (of 8 total)
When you click on the Hidden Tab in properties you can choose the expression .There you can give custom expression like iif(parameters!parameter.value=nothing,true,false)
this gives if no parameter is selected hide column...
June 23, 2009 at 8:18 am
Use JOIN(Parameters!Parameter.Label," / ") to separatae them by "/" or ","
June 23, 2009 at 8:12 am
I have given hidden expression as
IIF(Parameters!PRODUCT.Value(0)="product1",false,true) for first column
IIF(Parameters!PRODUCT.Value(0)="producr2"",false,true) for second column
.
.
.
IIF(Parameters!PRODUCT.Value(0)="producrt..n"",false,true) for n th column
This works well if one parameter is selected.But when I select more than one...
June 2, 2009 at 11:46 am
Roger ,
Thanks for the reply.
I tried using the expression
=iif(Parameters!product.Value(0)="column1",false,true)
But I got an error index was outside of the bounds of array.
Any ideas,
Thanks
June 2, 2009 at 10:10 am
Thanks Samuel.It worked .Thanks for your help
May 15, 2009 at 7:26 am
Viewing 8 posts - 1 through 8 (of 8 total)