This function returns the larger of two numeric values.


max(firstNumber,secondNumber) #Output: Number



Parser expressionDescription


%{max(-2,-5)}


This example returns:

-2



Parameters used in this function

ParameterInput (data type)Description
firstNumber

Any given number or numeric field code.
secondNumber

Any given number or numeric field code.



This function returns a



Use cases and examples



Short descriptionReturns the larger of two numeric values.
Output