The MIN function returns the minimum number from a set of numbers (from a variable number of parameters).
Command Syntax:
MIN([parameter1], [parameter2], [parameter3]… )
MIN([parameter1]:[parameter2])
EXAMPLE:
This sets a line to the minimum value of a set of parameters.
MIN([5200],[5225], [5240])
EXAMPLE:
This sets a line to the maximum value of a set of values in a range.
MIN([5000]:[5250])
Line Definition
Report Output