maxField()
Last updated 2/10/2024
The
maxField()
is a function on the Five
object that returns the maximum value from the array of records associated to the
field ID. The maxField()
only works with a field that has a number data type.
Available
Client
Function Signature
maxField(records: Array<FiveRecord>, fieldID: string) : number;
Parameter | Type | Description |
---|---|---|
records | Array | An array of records |
fieldID | string | A string representing the field ID |