I have a column, Column3, that has the expression =iif(Fields!ARR.Value=1, Fields!COLL.Value,0). Is it possible to sum this expression in the group footer? If so, how?
I have a column, Column3, that has the expression =iif(Fields!ARR.Value=1, Fields!COLL.Value,0). Is it possible to sum this expression in the group footer? If so, how?
Probably the easiest way is to add a Calculated Field to your dataset, and then you can use that expression to calculate its value. Then the field can be summed in the footer.