Page 1 of 1

Running Totals not working in Javascript

Posted: Tue Dec 04, 2018 1:02 pm
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

Re: Running Totals not working in Javascript

Posted: Thu Dec 06, 2018 1:48 pm
by Lech Kulikowski
Hello,

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

Thank you.