Configuring dynamic attributes in the dynamic attribute cube

In the advanced properties of the dynamic attribute cube, this configuration is stored:
  • Dimension: The name of the dimension that receives the dynamic attributes.
  • AttributeDimension: The name of the dimension that holds the attributes.
  • DriverDimension: The name of the driver dimension.
  • ApplicabilityAttribute:The name of the attribute that defines whether the driver dimension is applicable for the attribute.

    Configuration is optional. If no applicability attribute has been defined, then the driver dimension applies to all attributes.

  • NonApplicableElement: The name of the element that is used in this dimension if the driver dimension is not applicable.
For example:

   <Alea:DynamicAttributeConfiguration> 
   <Alea:Dimension Name="PRODUCT" /> 
   <Alea:AttributeDimension Name="ATD_PRODUCT" /> 
   <Alea:DriverDimensions> 
   <Alea:DriverDimension Name="REGION”> 
   <Alea:ApplicabilityAttribute Name="region_applicable" /> 
   <Alea:NonApplicableElement Name="All Regions" /> 
   </Alea:DriverDimension>  
   <Alea:DriverDimension Name="PERIOD"> 
   <Alea:ApplicabilityAttribute Name="period_applicable" /> 
   <Alea:NonApplicableElement Name="All Years" /> 
   </Alea:DriverDimension>  
   … 
   </Alea:DriverDimensions> 
   </Alea:DynamicAttributeConfiguration>