- Help Center
- Operations
- Statistical
MIN Operation
How to use the MIN operation for Computed Attributes
Definition
The MIN operation finds the minimum value in a numerical dataset.
Example
MIN(4,10,99)
Result:
4
Syntax Guide
MIN(value1, [value2, ...])
value1 - The first value to consider when calculating the minimum value
value2, ... - [ OPTIONAL ] - Additional values to consider when calculating the minimum value