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.