This function returns the smaller of two numeric values.

min(firstNumber,secondNumber) #Output: Number
Parser expressionDescription
%{min(-2,-5)}

This example returns:

-5

Parameters used in this function

ParameterInput (data type)Description
firstNumber

Any given number or numberĀ field code.
secondNumber

Any given number or numberĀ field code.

This function returns a

Short descriptionReturns the smaller of two numeric values.
Output