Page 1 of 1

SumRunning not working

Posted: Wed Nov 23, 2022 5:51 am
by charlvdb
Hi

I have

Code: Select all

{SumRunning(GroupHeaderBand1,Form26AgreementReportData.Transactions.Amount)} 
but there's no running total, it prints empty/blank.

I have tried numerous solutions on the forum, such as creating a variable "Running" and using it on my desired text component (Text92):

Code: Select all

{Running = Running + Form26AgreementReportData.Transactions.Amount}
This gives me a running total, but it does not reset when the group changes.
Searching further, I attempted to use Text92.Reset(); on my databand, but does not do anything.

I also tried on my databand

Code: Select all

Text92_Sum.Running= false;
Text92_Sum.Init();
But an error occurs saying Tex92_Sum.Running does not exist.

Please advise how to get the SumRunning() working

Thanks

Re: SumRunning not working

Posted: Wed Nov 23, 2022 9:36 am
by Lech Kulikowski
Hello,

Please send us test data for your report.

Thank you.