Hi Friends,
I have one doubt related multivalued parameter.
I have a multi vauled parameter (studentID) which can have the values 1,2,3,4,5.
I have the columns like student_one(corresponding to studentID 1),Student_tow (corresponding to studentID 2 ) , etc..
But I wated to hide the columns of which the StudentID is not selected, ie I need to give the visibility to those columns of which the StudentID is selected.
If it is single valued parameter I know we can make the visibility as
iif(Parameter.Value = "1",false,true)
But for the multivalued parametr,can some one please help me...
Thanks,
MC