Max
Returns the maximum value in the specified column
Category: aggregate
Syntax:
Max([column])
Returns: Any
Context Filtering: ✗ No
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
column |
column |
✓ Yes | The column to find the maximum value |
Validation
- Minimum parameters: 1
- Maximum parameters: 1
Examples
Max([Price])
Returns the highest price