Databases Reference
In-Depth Information
<Dimensions />
<MeasureGroups />
</Cube>
Cube Dimensions
The multidimensional space of a cube is defined by a list of its dimensions, which is a
subset of the dimensions in the database. In Listing 6.2, you can see the definition of the
Dimensions collection for our Warehouse and Sales cube.
LISTING 6.2
The Dimensions Collection for the Cube Warehouse and Sales
<Dimensions>
<Dimension>
<ID>Product</ID>
<Name>Product</Name>
<DimensionID>Product</DimensionID>
<Attributes>
<Attribute>
<AttributeID>Product</AttributeID>
</Attribute>
<Attribute>
<AttributeID>Brand Name</AttributeID>
</Attribute>
<Attribute>
<AttributeID>SKU</AttributeID>
</Attribute>
<Attribute>
<AttributeID>SRP</AttributeID>
</Attribute>
<Attribute>
<AttributeID>Product Subcategory</AttributeID>
</Attribute>
<Attribute>
<AttributeID>Product Category</AttributeID>
</Attribute>
<Attribute>
<AttributeID>Product Department</AttributeID>
</Attribute>
<Attribute>
<AttributeID>Product Family</AttributeID>
</Attribute>
</Attributes>
<Hierarchies>
 
Search WWH ::




Custom Search