Overview
Syntax | MIN_AGG(Array) | According to the current analysis dimension, this function returns the minimum value of the field. The generated results are listed in a data column. The number of rows in the data column is consistent with that in the current analysis dimension. |
Parameter | Array | The Array parameter must be the result returned by a non-aggregate function formula, which can be a calculation result of an indicator field, dimension or indicator field and a common formula. |
Notes
The function supports one parameter of any type for real-time data.
Example
If the horizontal axis is the dimension field Day, the value returned by the calculation field MIN_AGG(Sales Volume) of the vertical axis is the minimum daily sales.
If the horizontal axis is the dimension field Month, the value returned by MIN_AGG (Sales Volume) is the minimum monthly sales.