Skip to content

CONSOLIDATEMIN ^v2.7.26

Returns the minimum value of all child values for a given consolidation intersection. This function only works at a consolidated level.

js
CONSOLIDATEMIN(dimension)
CONSOLIDATEMIN(dimension)

Parameters

  • dimension - The dimension used to get the minimum of children.

Examples

js
IF(ISLEAF(), CONTINUE, CONSOLIDATEMIN("Time"))
IF(ISLEAF(), CONTINUE, CONSOLIDATEMIN("Time"))

Note: If this is calculating a N-Level value it will return said value. If this is calculating a consolidation on the Time dimension it will return the minimum of direct children values.