ICalculatedCube

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The IAutoCube interface contains properties of the repository object that is Calculated Cube.

Inheritance Hierarchy

ICalculatedCube

Comments

When a new calculated cube is created, it is required to do the following minimum settings to ensure its correct work:

Properties

  Property name Brief description
The CacheFormulas property determines whether the expression is cached on cube calculation.
The Dimensions property returns the collection of calculated cube dimensions.
The ExternalFactDimension property determines whether the local facts dimension is used for a calculated cube.
The FormulasDestinationVisible property determines whether the display version of cube formulas is available.
The IncludeNulls property determines whether empty values are included in the output matrix.
The InternalFactDimension property returns parameters of calculated cube's local facts dimension.
The Sources property returns the collection of source cubes for this calculated cube.
The TimeDimension property determines the dimension, which will control formulas actual period.

See also:

Cubes Assembly Interfaces