Jason Baird
Posts: 0
Joined: Tue Nov 26, 2013 11:38 pm

compute totals in columns

I wondered if the was a method to compute the totals from a server service list query?

So the jist is...

Item1, Item2
1,2
3,4
6,7

Totals 10,13

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

compute totals in columns

Hello,

You can save item values to array and count the sum for all values within an array.
This should help:
http://stackoverflow.com/questions/37...
https://developer.mozilla.org/en-US/d...

Jason Baird
Posts: 0
Joined: Tue Nov 26, 2013 11:38 pm

compute totals in columns

Thanks Igor, will check it out!

Return to “Issues”