Hello,
I have created a formula called @Avg as a line item. My boss would like to have a running total type field next to the @Avg that sums up the @AVG for the previous three records; starting witht he third record in the report.
So my formula starts out like:
If Count(CaseID) > 2
......after that I am lost. Could someone point me in the right direction?
Thanks
I have created a formula called @Avg as a line item. My boss would like to have a running total type field next to the @Avg that sums up the @AVG for the previous three records; starting witht he third record in the report.
So my formula starts out like:
If Count(CaseID) > 2
......after that I am lost. Could someone point me in the right direction?
Thanks