Attribute |
Purpose |
name |
Name of the relationship. You use this logical name in MDX queries to use levels of the other cube. Typically this is the name of the other cube. |
displayName, description, disabled |
See Common Attributes in a Cube. |
relatedCube |
Logical name of the other cube. |
inverse |
Value of the name attribute in the <relationship> element in the other cube. |
cardinality |
Cardinality of the relationship. |
sourceProperty, sourceExpression |
See Defining a One-Way Relationship and Defining a Two-Way Relationship in Defining Cube-Cube Relationships in Advanced Modeling for InterSystems Business Intelligence. |
nullReplacement |
(Optional) Specifies the string to use as the member name if the source data for this relationship is null. For example, specify nullReplacement="No City". Specify this attribute within a <relationship> that specifies sourceProperty or sourceExpression |
factName |
(Optional) Name used (in the fact table) for the column that corresponds to this relationship. If this attribute is null, the system generates a name.
See the comments for factName for <measure>. |
factNumber |
Internal ID assigned to this relationship. Required if namedFactNums is "true" for the cube. |
linkClass, linkProperty |
Do not use. These are ignored. |
dependsOn |
(Optional) Specifies the relationship on which this relationship has a dependency. Specify the logical name of the relationship. See Defining Dependencies Between Levels in Different Hierarchies. (Or, if the relationship depends upon a level, specify the MDX identifier of that level.)
This attribute is completely unrelated to the DependsOn compiler keyword. |