Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

SSRS IIF Statement error when passing one of the value from parameters

$
0
0
Hello,I have SSRS report Parameter name "Audit", under this parameter "Audit" i have drop down(multi valued parameter) so users can select respective value.then have a tabular report and the columns related to the each value in the parameter. If i select value1 then i should display only related column , if select two values from the parameter my report should display two columns and so onn. for that under column visibility property i have selected "show or hide based on an expression" and written for one column=IIf(Parameters!audits.Value="Member_Not_available_at_Time_of_Service",True,false)"Member_Not_available_at_Time_of_Service" is the value coming from parameter I really appreciate and Thanks in advance for Any help.

Viewing all articles
Browse latest Browse all 2791

Trending Articles