You can try the following =IIf(Parameters!MyField1.Value="Month" And Parameters!MyField2.Value="Sale", Iif(Sum(Fields!Total.Value) = 0, "Zero sum", "Non-zero sum"),"Test")
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)