• Hi Frank,

    Could this not be achieved using a RunningValue aggregation instead of custom code?

    If it's in the group footer you can just add the summed value each time e.g.

    =RunningValue(Sum(Fields!CO.Value), Sum, Nothing))