This function returns the larger of two numeric values.

Syntax
max(firstNumber,secondNumber) #Output: Number
Parser expressionDescription
max(-2,-5)

This example returns:

-2

Parameters used in this function

ParameterInput (data type)Description
firstNumber

NUMBER

Any given number or numeric field code.
secondNumber

NUMBER

Any given number or numeric field code.

This function returns a NUMBER