MIN - Return the minimum (Reports & Settings Report Generator function)

From Catalyst
Revision as of 05:56, 4 July 2017 by ThrashBot (talk | contribs) (Updated from revision control)
Jump to: navigation, search

Syntax

$MIN{limit1, limit2, limit3, limit4, limit5, limit6, limit7, limit8, limit9, limit10}

Description

Return the smallest of the 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.
limit3
A text or numeric parameter that can not be omitted.
The third item to compare.
limit4
A text or numeric parameter that can not be omitted.
The fourth item to compare.
limit5
A text or numeric parameter that can not be omitted.
The fifth item to compare.
limit6
A text or numeric parameter that can not be omitted.
The sixth item to compare.
limit7
A text or numeric parameter that can not be omitted.
The seventh item to compare.
limit8
A text or numeric parameter that can not be omitted.
The eighth item to compare.
limit9
A text or numeric parameter that can not be omitted.
The ninth item to compare.
limit10
A text or numeric parameter that can not be omitted.
The tenth item to compare.

Returns

A text or numeric (depending on the parameters) value. Will return the smallest of the parameters given. From 1 up to 10 parameters may be given.