Dim.ThemeStatus
This is a single select list of the values available in the Theme Status dropdown. This table contains Type 1 data for the theme status values you have configured in your instance.
Table Description
| Column Name | Description | DataType |
|---|---|---|
| ThemeStatusKey | Datamart identifier for this data | int |
| ThemeStatusOid | Identifier for this data | int |
| ThemeStatusName | Name | varchar |
| ThemeStatusOrder | The order this value appears in the dropdown list | int |
| ThemeStatusAssetState | State of the list value (Active or Closed) | varchar |
| ThemeStatusCreateDateUTC | Date and time this value was created | datetime |
| ThemeStatusLastModifiedDateUTC | Date and time this value was last modified | datetime |
| ThemeStatusCreatedByKey | Data Mart identifier of the Dim.Member that created this value | int |
| ThemeStatusLastModifiedByKey | Data Mart identifier of the Dim.Member that last modified this value | int |
| ThemeStatusCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
| ThemeStatusLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |