MAX
Tom Azernour avatar
Written by Tom Azernour
Updated over a week ago

Type: Aggregator

Function: MAX

Syntax: MAX(number)

Description: Returns the maximum value for the provided field/expression, for each grouping (set of dimensions).

Sample usage:

  • MAX(additions) returns the maximum number of lines added.

  • MAX(LENGTH(label_names)) returns the maximum number of labels attached to each record.

Did this answer your question?