Max
This formula allows you to get the maximum value (number) in an array (list).
JSON Format
{
"type": "max",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the array (list) of values whose maximum value you want to get. It must return a non-empty list of numbers. |