i have a column in the report in which it stores calculated values depending on a set of iif statements, and calculate subtotals:
=sum(iif(Fields!EDLCode.Value = "X", Fields!Amount.Value, 0)/3 + iif(Fields!EDLCode.Value = XXX, Fields!SubjectAmt.Value, 0) - iif(InStr(Fields!Description1.Value, "YYY"),Fields!SubjectAmt.Value,0))
Question is how to show a grand total for that column in the report? Now it looks like that: