I have
Code: Select all
{SumRunning(GroupHeaderBand1,Form26AgreementReportData.Transactions.Amount)}
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}
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();
Please advise how to get the SumRunning() working
Thanks