FACT_REVENUECAMPAIGN
The Revenue Campaign fact contains campaign information about revenue.
Primary Key
Primary Key |
Field Type |
REVENUECAMPAIGNFACTID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
REVENUECAMPAIGNSYSTEMID |
uniqueidentifier |
yes |
|
dbo.[REVENUESPLITCAMPAIGN].[ID] |
REVENUEFACTID |
int |
yes |
|
Reference key to the revenue fact, derived from dbo.[REVENUESPLITCAMPAIGN].[REVENUESPLITID] |
CAMPAIGNDIMID |
int |
yes |
|
Reference key to the campaign dimension, derived from dbo.[REVENUESPLITCAMPAIGN].[CAMPAIGNID] |
CAMPAIGNPRIORITYDIMID |
int |
yes |
|
Reference key to the campaign priority dimension, derived from dbo.[REVENUESPLITCAMPAIGN].[CAMPAIGNSUBPRIORITYID] |
ISINCLUDED |
bit |
yes |
|
Flag indicating when data should be included in results. |
SOURCEDIMID |
int |
yes |
|
Source system used |
ETLCONTROLID |
int |
yes |
|
ID generated through the ETL process |
FINANCIALTRANSACTIONFACTID |
int |
yes |
|
Reference key to financial transaction fact table, derived from [dbo].[FINANCIALTRANSACTION].[ID] |
FINANCIALTRANSACTIONLINEITEMFACTID |
int |
yes |
|
Reference key to financial transaction line item fact table, derived from [dbo].[FINANCIALTRANSACTIONLINEITEM].[ID] |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_FACT_REVENUECAMPAIGN |
REVENUECAMPAIGNFACTID |
yes |
yes |
yes |