Here's how the report is set up.
Report Header >> Total Amount of Average
Group Header >> Item currencies
Group Footer >> Insert Summary Average of Item Currencies.
Created formula (fmlaGrandTotal) adding the Averages in Group Footer ->>
WhilePrintingRecords;
CurrencyVar GrandTotalExtendedPrice;
GrandTotalExtendedPrice := GrandTotalExtendedPrice + Average (items)
Need to get the value of GrandTotalExtendedPrice showing up on the Report Header.
How can I get this value appearing in the Report Header, if I reference a formula in the Report Header as
EvaluateAfter(fmlaGrandTotal) I get 0. Any ideas anyone.
Thank you for any assistance that you may provide.
Report Header >> Total Amount of Average
Group Header >> Item currencies
Group Footer >> Insert Summary Average of Item Currencies.
Created formula (fmlaGrandTotal) adding the Averages in Group Footer ->>
WhilePrintingRecords;
CurrencyVar GrandTotalExtendedPrice;
GrandTotalExtendedPrice := GrandTotalExtendedPrice + Average (items)
Need to get the value of GrandTotalExtendedPrice showing up on the Report Header.
How can I get this value appearing in the Report Header, if I reference a formula in the Report Header as
EvaluateAfter(fmlaGrandTotal) I get 0. Any ideas anyone.
Thank you for any assistance that you may provide.