Hi Everyone,
In the GL620500 Report, I have added the variable in the DetailSection1 and would like to display Total Amount and Total Count in the Header but it is not working. Can you please review and provide your inputs.

Hi Everyone,
In the GL620500 Report, I have added the variable in the DetailSection1 and would like to display Total Amount and Total Count in the Header but it is not working. Can you please review and provide your inputs.

Best answer by aleksandrsechin
For me, the same approach works here as well. I specified the following formulas:
DebitTotal: =Sum([GLTran.CuryDebitAmt])
CreditTotal: =Sum([GLTran.CuryCreditAmt])
BaseDebitTotal: =Sum([GLTran.DebitAmt])
BaseCreditTotal: =Sum([GLTran.CreditAmt])
Count: =CStr(Count([GLTran.FinPeriodID]))
The result:


Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.