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