AGG

Consolidates database values. This command ignores all member formulas, consolidating only parent/child relationships.

The AGG command performs a limited set of high-speed consolidations. Although AGG is faster than the CALC commands when calculating sparse dimensions, it cannot calculate formulas; it can only perform aggregations based on the database structure. AGG aggregates a list of sparse dimensions based on the hierarchy defined in the database outline. If a member has a formula, it is ignored, and the result does not match the relationship defined by the database outline.

If you want to aggregate a dimension that contains formulas:

  1. Calculate any members that are "leaf" members (that is, level 0).

  2. Aggregate the dimension, using the AGG command.

  3. Calculate all other members with formulas that have not been calculated yet.

Syntax

AGG (dimList);
ParameterDescription

dimList

Name of a dimension or comma-separated list of dimensions.

Notes

Example

AGG(Market);
AGG(Product,Market,Scenario);

See Also