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