I have the following values that are calculated using the RunningValue() function.
This is the Expression used.
=RunningValue(Math.Abs(SUM(Fields!paid_amount.Value)/fields!adv_amt.value), Sum, "PercentageFunded")
I need to create an average for these values by row but I've been unsuccessful. How do I create an aggregate of RunningValue outside of the group?