sumField()
Last updated 3/10/2024
Example
The following code gets the sum of all values in the Price column.
Sums all the values in the Price column
const list = five.getListDataManager().getListData(listID);
five.field.PriceTotal = five.sumField(list.data, 'Price');