I have a Sum Running Total for @MTDRunning that is located in a Group called GR1. Based on a Specific Group value, I would like to store this value and use it later in a calculation.
@Grp1 formula is:
Select {Account.Type}
Case "Revenue": 1
Case "CostOfSales": 2
Case "Expense": 3
Case "NonOperRev": 4
Case "NonOperExp": 5
Then my sum for the Running Total is displayed when.
If {@Grp1} = 2 then
"Production Profit"
and the Sum of the @RunningTotal is Displayed.
Is there a way to store this value (Sum of the @RunningTotal ) and use it at the Report Footer?
@Grp1 formula is:
Select {Account.Type}
Case "Revenue": 1
Case "CostOfSales": 2
Case "Expense": 3
Case "NonOperRev": 4
Case "NonOperExp": 5
Then my sum for the Running Total is displayed when.
If {@Grp1} = 2 then
"Production Profit"
and the Sum of the @RunningTotal is Displayed.
Is there a way to store this value (Sum of the @RunningTotal ) and use it at the Report Footer?