SumRunning not working

Stimulsoft Reports.BLAZOR discussion
Post Reply
charlvdb
Posts: 12
Joined: Fri Sep 01, 2017 5:59 am
Location: South Africa

SumRunning not working

Post 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
Attachments
RSAForm26.mrt
(99.28 KiB) Downloaded 191 times
Lech Kulikowski
Posts: 6196
Joined: Tue Mar 20, 2018 5:34 am

Re: SumRunning not working

Post by Lech Kulikowski »

Hello,

Please send us test data for your report.

Thank you.
Post Reply