MDCalculateArgsUpdateType

Description

The MDCalculateArgsUpdateType enumeration contains methods of updating data in the consumer during calculation.

It is used by the following properties and methods:

Available Values

Value Brief description
0 None. Do not change values. Insert only new ones.
1 All. Change existing values. Insert new ones.
2 NotNull. Change if calculated value is not empty. If this mode is used, formulas for coordinates of destination cube should be set by all facts. Values are zapped for facts, by which formulas are missed.
3 NotNullByFacts. Change if calculated value is not empty. If this mode is used, values are changed for facts, by which formulas are set.

See also:

Cubes Assembly Enumerations