Tree.ThemeParent
The theme tree table allows you to relate parent and child themes.
Table Description
The following table describes the columns available in the table.
Column Name | Description | Datatype | Foreign Key To |
AncestorKey | Datamart identifier for a parent Theme | int | Dim.Theme |
DescendantKey | Datamart identifier for a child Theme below the specific AncestorKey | int | Dim.Theme |
Distance | How far the child is away from the parent | int |
The primary key for this table is formed by combining the AncestorKey and the DescendantKey.