Configuring dynamic attributes in the fact cube
The advanced properties of a fact cube store the information about which dimensions have
dynamic attributes.
These are the properties:
Dimension
identifies a dimension that has dynamic attributes.AttributeCube
is the name of the cube that contains the dynamic attribute data.
For example:
<Alea:DynamicAttributes>
<Alea:Dimension Name="PRODUCT">
<Alea:AttributeCube Name="ATC_PRODUCT" />
</Alea:Dimension>
<Alea:Dimension Name="Employees">
<Alea:AttributeCube Name="ATCData_Employees" />
</Alea:Dimension>
<Alea:Dimension Name="Jobs">
<Alea:AttributeCube Name="ATCData_Jobs" />
</Alea:Dimension>
…
</Alea:DynamicAttributes>