Skip to main content
MIN
Tom Williams avatar
Written by Tom Williams
Updated over a year ago

Type: Aggregator

Function: MIN

Syntax: MIN(number)

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

Sample usage:

  • MIN(additions) return the minimum of lines added.

  • MIN(LENGTH(label_names)) returns the minimum number of labels attached to each record.


โ€‹

Did this answer your question?