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