You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

This function returns the smaller of two numeric values.

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

This example returns:

-5

Additional information

Parameters used in this function

ParameterInput (data type)Description
firstNumber

NUMBER

Any given number or number field code.
secondNumber

NUMBER

Any given number or number field code.
Output

This function returns a NUMBER