AssociationMake
The
AssociationMake
verb creates
an association or updates an existing one.
Its user interface equivalent is creating or updating an association on the property sheet for a measure, level, dimension, category, or currency conversion table.
The syntax is as follows:
AssociationMake objAssoc assocopts
Argument |
Description |
---|---|
AssociationMake objAssoc |
Specifies the name of the association objAssoc that you want to create or update and associate with an existing object. objAssoc can be the object name, object identifier, or both. |
assocopts |
Specifies the type and details of the association objAssoc. For the complete list of options, see assocopts. |
Example
This is an example of an AssociationMake
statement.
LevelMake 2979 "Branch Code" Drill 2969
AssociationMake 6391 "Branch Code" AssociationLevel 2979 AssociationType Type_Query
AssociationRole Role_Source AssociationReferenced "Branch Code"