DIM_CONDITIONSETTING
Contains conditions and their states.
Primary Key
| Primary Key | Field Type |
|---|---|
| CONDITIONSETTINGDIMID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| CONDITIONSETTINGSYSTEMID | uniqueidentifier | yes | [dbo].[CONDITIONSETTING].[ID] | |
| NAME | nvarchar(50) | yes | [dbo].[CONDITIONSETTING].[NAME] | |
| ISINCLUDED | bit | yes | Flag indicating when data should be included in results. | |
| ETLCONTROLID | int | yes | ID generated through the ETL process. | |
| SOURCEDIMID | int | yes | Source system used. |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_DIM_CONDITIONSETTING | CONDITIONSETTINGDIMID | yes | yes | yes |