Calculate Sum of List Elemets
Posted: Sun Nov 02, 2014 1:48 am
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/
Hi Sebastian,
Not sure i understand you correctly.
But if you need just "udpate" list and numbers - you should just invoke datasource that's populate your grid.
You can do it with two general ways:
1 With event linking (action - "Invoke service").
2 With JS code:
pre
//Note: you should replace "dataSourceName" with your datasource name.
service.dataSourceName.execute({});
/pre
Regards.