Assembly: Cubes;
The ICubeValueChange interface contains properties to recalculate values by cube calculated facts.
To work with calculated facts do the following:
Create an instance of the CubeValueChangeCallback class, lead the obtained object to the ICubeValueChange interface.
In the ICubeValueChange.Executor property, specify the object used in cube calculation.
Get data matrix in the ICubeValueChange.Matrix property.
If values are changed in the obtained matrix, values that correspond to calculated facts are recalculated automatically.
Property name | Brief description | |
Executor | The Executor property determines object that is used to calculate the output cube matrix. | |
Matrix | The Matrix matrix property returns the matrix, in which data is changed, and calculated cube facts are recalculated. |
See also: