Dim.GoalType
This is a single select list of the values available in the Goal Type drop-down. This table contains Type 1 data for the goal type values you have configured in your instance.
Table Description
Column Name | Description | DataType |
---|---|---|
GoalTypeKey | Datamart unique identifier for this value | int |
GoalTypeOid | VersionOne unique identifier for this value | int |
GoalTypeName | Name | varchar |
GoalTypeOrder | The order this value appears in the drop-down list | int |
GoalTypeAssetState | State of the list value (Active or Closed) | varchar |
GoalTypeCreateDateUTC | UTC Date the value was created | datetime |
GoalTypeLastModifiedDateUTC | UTC Date the value was last modified | datetime |
GoalTypeCreatedByKey | Data Mart identifier of the Member that created this value | int |
GoalTypeLastModifiedByKey | Data Mart identifier of the Member that last modified this value | int |
GoalTypeCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
GoalTypeLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |