Running Totals not working in Javascript

Stimulsoft Reports.JS discussion
Post Reply
devanshsaini
Posts: 10
Joined: Fri Nov 02, 2018 1:34 pm

Running Totals not working in Javascript

Post by devanshsaini »

Hello,

I wanted to reckon SumRunning for my report but the Designer function for Running Totals doesn't seem to work. It shows blank details. Could you please help me with that or atleast provide me with the function of how SumRunning works so i can understand it and use it manually?

Thank You
Lech Kulikowski
Posts: 7291
Joined: Tue Mar 20, 2018 5:34 am

Re: Running Totals not working in Javascript

Post by Lech Kulikowski »

Hello,

You can use an additional variable for sum running and the following expression:
{Variable = Variable + DataSourceName.ColumnName}

Thank you.
Post Reply