ConsolidatedMax function for IBM Planning Analytics (TM1)
ConsolidatedMax returns the maximum value in a consolidation.
In this video, ConsolidatedMax is used to calculate maximum value in a consolidation and apply it in the rule to populate the Max_Value measure in the Product Scorecard cube.

Where can the ConsolidatedMax function be used?
Rules and TurboIntegrator

Which TM1 Server version is the ConsolidatedMax function available for?
Version 11 and 12

What is the syntax for ConsolidatedMax?
ConsolidatedMax(flag-value, cube-name, element_1, element_2,… )
- Flag-value
- 1 – Use consolidation weighting.
- 2 – Ignore zero values when computing the minimum value.
- 3 – Use consolidation weighting and ignore zero values.
- cube-name = Cube name.
- element_1, element_2 = Dimension element name

Relevant Functions
- ConsolidateChildren = Forces consolidate value to be calculated by summing immediate children
- ConsolidatedAvg = Returns the average value in a consolidation
- ConsolidatedCount = Returns the number of values in a consolidation
- ConsolidatedCountUnique = Counts the unique elements of the consolidated cell in one dimension
- ConsolidatedMax = Returns the maximum value in a consolidation
- ConsolidatedMin = Returns the minimum value in a consolidation