compute totals in columns
Posted: Sat Nov 30, 2013 5:45 pm
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
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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
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...
Thanks Igor, will check it out!