AGG

Command

The AGG command consolidates database values. An AGG command ignores all member formulas; it simply consolidates parent/child relationships.

Syntax

AGG (dimList);

dimListName of a single dimension or a comma-delimited list of dimensions.

Description

The AGG command is used for a limited set of high-speed consolidations. Although AGG is faster than any of the CALC commands when calculating sparse dimensions, it cannot calculate formulas; it can only perform aggregations based on the database structure. The AGG command aggregates a list of sparse dimensions. The aggregation is based on the hierarchical relationship defined in the database outline. If a member has a customized calculation defined in the outline, the formula 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 (i.e., level 0).
  2. Aggregate the dimension, using the AGG command.
  3. Calculate all other members with formulas that have not been calculated yet.
Notes

Example

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

See Also

CALC ALL
CALC DIM
SET AGGMSG


Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.