Dimension Associations Section

This section contains information about the associations between dimensions, for example an association between the account dimension and the security class dimension.

Note:

If member properties refer to another dimension, this section is required for new dimensions and for dimensions when using replace mode. It is optional for dimensions if using merge mode.

Syntax

!Section=DimensionAssociations

'BaseDimension;Property;TargetDimension

Parameter

Description

BaseDimension

Name of the base dimension whose member property will be associated with another dimension. This is a required column.

Property

The name of the associated property, for example 'Alias.' This is a required column.

TargetDimension

Name of the dimension with which the associated property is associated. This is a required column.

Example

!Section=DimensionAssociations
'BaseDimension;Property;TargetDimension
Currency;SecurityClass;MySecurityClassDimension
Scenario;Alias;MyAliasDimension
Account;UDA;MyUDADimension