VirtualCube
A cube defined by combining the dimensions and measures of one or more cubes. A measure originating from another cube can be a <CalculatedMember>.
Attributes
Attribute | Data Type | Definition |
---|---|---|
enabled | Boolean |
Whether this element is enabled - if true, then the Virtual Cube is realized otherwise it is ignored. |
name | String |
Name of this virtual cube |
defaultMeasure | String |
The name of the measure that would be taken as the default measure of the cube. |
caption | String |
A string being displayed instead of the cube's name. Can be localized from Properties file using #{propertyname}. |
Constituent Elements
Element | Definition |
---|---|
CubeUsages | Base cubes that are imported into a virtual cube |
VirtualCubeDimension | Usage of a dimension by a virtual cube |
VirtualCubeMeasure | Usage of a measure by a virtual cube |
CalculatedMember | Calculated members that belong to this virtual cube (Calculated members inherited from other cubes should not be in this list.) |
NamedSet | Named sets in this cube |