MIN - Return the minimum (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

$MIN{limit1, limit2}

Description

Return the smaller 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 smaller of the two parameters given.