DimensionRelationships
List all relationships between dimension type objects along with helpful integration information about the relationship.
Table Specific Information
Note: All of the WHERE clause conditions for this view are executed client side within the driver.
Columns
| Name | Type | Description |
| SourceDimension [KEY] | String | The Name of the source dimension or UDD. |
| RelationshipId [KEY] | String | The Relationship ID. |
| SourceObjectId | String | The Id of the source dimension object. |
| AutofillRelated | Boolean | Indicates whether the values for related dimensions can be auto-filled. |
| EnableOverride | Boolean | Indicates whether the auto-filled relationship values can be overriden. |
| RelatedDimension | String | The Name of the related dimension or UDD |
| RelatedObjectId | String | The Id 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. |