DimensionRelationships
Maps relationships between dimension objects, providing integration and hierarchy information.
Table Specific Information
Note: All of the WHERE clause conditions for this view are executed client side within the component.
Columns
| Name | Type | Description |
| SourceDimension [KEY] | String | The name of the source dimension or user-defined dimension (UDD). |
| RelationshipId [KEY] | String | The unique identifier for the relationship. |
| SourceObjectId | String | The identifier of the source dimension object. |
| AutofillRelated | Boolean | Indicates whether values for related dimensions can be auto-filled. |
| EnableOverride | Boolean | Indicates whether auto-filled relationship values can be overridden. |
| RelatedDimension | String | The name of the related dimension or user-defined dimension (UDD). |
| RelatedObjectId | String | The identifier of the related dimension object. |
| SourceSide | String | The cardinality of the relationship from the source dimension. |
| RelatedSide | String | The cardinality of the relationship to the target (related) dimension. |