Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns the maximum value in the specified column Category: aggregate Syntax:
Max([column])
Returns: Any Context Filtering: ✗ No

Parameters

NameTypeRequiredDescription
columncolumn✓ YesThe column to find the maximum value

Validation

  • Minimum parameters: 1
  • Maximum parameters: 1

Examples

Max([Price])
Returns the highest price
Last modified on March 13, 2026