FACT_CONSTITUENTAPPEAL
The Constituent Appeal fact table lists every constituent for each appeal.
Primary Key
Primary Key |
Field Type |
CONSTITUENTAPPEALFACTID |
bigint |
Fields
Field |
Field Type |
Null |
Notes |
Description |
CONSTITUENTAPPEALSYSTEMID |
uniqueidentifier |
|
|
dbo.[CONSTITUENTAPPEAL].[ID] |
CONSTITUENTDIMID |
int |
yes |
|
Reference key to the constituent dimension, derived from dbo.[COSNTITNUETAPPEAL].[CONSTITUENTID] |
CONSTITUENTSYSTEMID |
uniqueidentifier |
yes |
|
dbo.[CONSTITUENTAPPEAL].[CONSTITUENTID] |
APPEALDIMID |
int |
yes |
|
Reference key to the appeal dimension, derived from dbo.[COSNTITNUETAPPEAL].[APPEALID] |
MARKETINGSEGMENTDIMID |
int |
yes |
|
Reference key to the marketing segment dimension, derived from dbo.[COSNTITNUETAPPEAL].[SEGMENTID] and dbo.[COSNTITNUETAPPEAL].[TESTSEGMENTID] |
ISINCLUDED |
bit |
yes |
|
Flag indicating when data should be included in results. |
ETLCONTROLID |
int |
|
|
ID generated through the ETL process. |
SOURCEDIMID |
int |
yes |
|
Source system used. |
MARKETINGSEGMENTATIONDIMID |
int |
yes |
|
Reference key to the marketing effort dimension, derived from dbo.[CONSTITUENTAPPEAL].[MKTSEGMENTATIONID] |
FINDERNUMBER |
bigint |
yes |
|
[dbo].[CONSTITUENTAPPEAL].[FINDERNUMBER] |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_FACT_CONSTITUENTAPPEAL |
CONSTITUENTAPPEALFACTID |
yes |
yes |
yes |