I tried using IIF condition to sum the amount based upon few conditions in SSRS.
But it shows #error when executing the report as It is the multivalued parameter. Below is the sample query I used:
=IIF(Parameters!p_Colortypes.Value="-1" OR Parameters!p_Colortypes.Value = "2",SUM(Fields!amt.Value),"").
Can anyone suggest me the logics to sum the amount based on value of the multivalued parameter ?
Thanks, Selvi.P