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

Compare with Current View Page History

« Previous Version 9 Next »


This function returns the highest value in a given number list.
Syntax
max(list) #Output: Number
Examples
Parser expressionDescription
%{max([1, 2, 5, 4, 3])}

This example returns:

5

Additional information

Parameters used in this function

ParameterInput (data type)Description
list

NUMBER LIST

Any given number list.
Output

This function returns a NUMBER

Check out max(numbers) to compare two numeric values.