Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a hierarchy in a dimension.
Syntax
<Hierarchies>
<Hierarchy xsi:type="Hierarchy">...</Hierarchy> <!-- ancestor: Dimension -->
<!-- or -->
<Hierarchy xsi:type="CubeHierarchy">...</Hierarchy> <!-- ancestor: CubeDimension -->
<!-- or -->
<Hierarchy xsi:type="PerspectiveHierarchy">...</Hierarchy> <!-- ancestor: PerspectiveDimension -->
<!-- or -->
<Hierarchy xsi:type="MeasureGroupHierarchy">...</Hierarchy> <!-- ancestor: RegularMeasureGroupDimension -->
</Hierarchies>
Element Characteristics
Characteristic | Description |
---|---|
Data type and length | See the table below. |
Default value | None |
Cardinality | 0-n: Optional element that can occur more than once. |
Ancestor or Parent | Data Type |
---|---|
Dimension | Hierarchy |
CubeDimension | CubeHierarchy |
PerspectiveDimension | PerspectiveHierarchy |
RegularMeasureGroupDimension | MeasureGroupHierarchy |
Element Relationships
Relationship | Element |
---|---|
Parent elements | Hierarchies |
Child elements | None |
Remarks
The corresponding elements in the Analysis Management Objects (AMO) object model are Hierarchy, CubeHierarchy, and PerspectiveHierarchy.