The AGG command consolidates database values. An AGG command ignores all member formulas; it simply consolidates parent/child relationships.
AGG (dimList);
dimList | Name of a single dimension or a comma-delimited list of dimensions. |
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:
AGG(Market); AGG(Product,Market,Scenario);
Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.