CubeCalcMethod

Description

The CubeCalcMethod enumeration contains calculation modes of standard cube calculation facts.

It is used by the following properties and methods:

Available Values

Value Brief description
0 BySelection. Calculation according to the dimension selection: calculation in each point of obtained Cartesian product for selected elements.
1 ByMatrix. Calculation by actual data: firstly, matrix with source data is evaluated (matrix is extracted according to the determined selection) and next only points with data are used for calculation. The obtained matrix with calculated values of calculated facts is cached and is used further in order not to recalculate obtained values.

Comments

See also:

Cubes Assembly Enumerations