This formula query function returns the maximum value in field ID f from record list I. f must be an ID of a numeric field. Null values are ignored.
This function can take arguments of any data type, as long as they are all the same type. The result is the same data type as the arguments.
For Numbers, returns the argument that is greatest.
For Text, returns the argument that sorts last alphabetically.
For Durations, returns the argument that is longest.
For Dates returns the argument that is latest.
For Date/Time, returns the argument that is latest.
For TimeOfDays, returns the argument that is latest.
For Booleans returns the argument that is largest, treating false as less than true.
This formula query function returns the minimum value in field ID f from record list I. f must be an ID of a numeric field. Null values are ignored.
This function can take arguments of any data type, as long as they are all the same type. The result is the same data type as the arguments.
For Numbers, returns the argument that is least.
For Text, returns the argument that sorts first alphabetically.
For Durations, returns the argument that is shortest.
For Dates returns the argument that is earliest.
For Date/Time, returns the argument that is earliest.
For TimeOfDays, returns the argument that is earliest.
For Booleans returns the argument that is smallest, treating false as less than true.