The ICalculatedCubeInstanceCoord interface contains properties and methods that are used to work with the coordinate in calculated cube and source cubes.
Property name | Brief description | |
AsString | The AsString property returns the coordinate symbol displayed in calculated cube formulas. | |
AsTerm | The AsTerm property returns the symbol of a term that corresponds to the specified coordinate and is used for formula creation. | |
IsReference | The IsReference property determines whether the coordinate is passed using the link. | |
MatrixCoord | The MatrixCoord property returns the calculated cube coordinate that is presented as a matrix. | |
Source | The Source property returns the data source that corresponds to the specifies coordinate. |
Method name | Brief description | |
DimVal | The DimVal method returns the value by the current coordinate of the attribute of the destination dimension. | |
Shift | The Shift method shifts the coordinate by a calendar dimension with the specified lag. | |
ShiftVal | The ShiftVal method returns the value by the coordinate shifted relative to the specified coordinate by the calendar dimension with the specified lag. | |
ToKey | The ToKey method transforms and returns the unique key that corresponds to the specified coordinate. | |
Val | The Val method returns the value by the current coordinate. |
See also: