Difference between revisions of "MAX - Return the maximum (Reports & Settings Report Generator function)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
Line 18: Line 18:
 
Will return the larger of the two parameters given.
 
Will return the larger of the two parameters given.
  
[[Category:Reports & Parameters Report Generator functions]]
+
[[Category:Reports & Settings Report Generator functions]]

Revision as of 13:04, 22 September 2016

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.