MAX - Return the maximum (Reports & Settings Report Generator function)

From Catalyst
Revision as of 13:04, 22 September 2016 by ThrashBot (talk | contribs) (Updated from revision control)
Jump to: navigation, search

Syntax

$MAX{limit1, limit2}

Description

Return the larger of the two given parameters.

Parameters

limit1
A text or numeric parameter that can not be omitted.
The first item to compare.
limit2
A text or numeric parameter that can not be omitted.
The second item to compare.

Returns

A text or numeric (depending on the parameters) value. Will return the larger of the two parameters given.