=Sum(IIf(Fields!cell.Value = Variables!variable.Value, Fields!cost.Value, 0))
I want sum the cost but i used the variable multivalue (Variable.Value) but the issues is :
I don't run the report.
how i can sum and compare the variable multivalue ????
=Sum(IIf(Fields!cell.Value = Variables!variable.Value, Fields!cost.Value, 0))
I want sum the cost but i used the variable multivalue (Variable.Value) but the issues is :
I don't run the report.
how i can sum and compare the variable multivalue ????