maxField()
Last updated 3/10/2024
Example
The following code gets the maximum value from the values in the Price column.
Get the maximum value in the Price field
const list = five.getListDataManager().getListData(listID);
five.field.Price = five.maxField(list.data, 'Price');