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
Running Totals not working in Javascript
-
- Posts: 10
- Joined: Fri Nov 02, 2018 1:34 pm
-
- Posts: 7291
- Joined: Tue Mar 20, 2018 5:34 am
Re: Running Totals not working in Javascript
Hello,
You can use an additional variable for sum running and the following expression:
{Variable = Variable + DataSourceName.ColumnName}
Thank you.
You can use an additional variable for sum running and the following expression:
{Variable = Variable + DataSourceName.ColumnName}
Thank you.