The ICalculatedCubeFormula interface contains properties and methods of the formula, by which the value in the specified cube coordinate is calculated.
Property name | Brief description | |
Data | The Data property can contain any custom data. | |
DateBegin | The DateBegin property returns the date of formula actual period start. | |
DateEnd | The DateEnd property returns the date of formula actual end. | |
Expression | The Expression property returns an object containing a formula expression. | |
Index | The Index property returns the formula index in a general collection. |
Method name | Brief description | |
ChangePeriod | The ChangePeriod method changes start and end dates of formula validation and corrects the periods of adjacent formulas. | |
GetTerms | The GetTerms method returns the terms array used in a formula. | |
Remove | The Remove method removes a formula. |
See also: