FACT_REVENUEFUNDRAISER
Contains information about fundraiser revenue.
Primary Key
Primary Key |
Field Type |
REVENUEFUNDRAISERFACTID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
REVENUEFUNDRAISERSYSTEMID |
uniqueidentifier |
yes |
|
dbo.[REVENUESOLICITOR].[ID] |
FUNDRAISERDIMID |
int |
yes |
|
Reference key to the fundraiser dimension, derived from [BBDW].[DIM_FUNDRAISER].[FUNDRAISERDIMID] |
REVENUEFACTID |
int |
yes |
|
Reference key to the revenue fact, derived from [BBDW].[FACT_REVENUE].[REVENUEFACTID] |
REVENUEFUNDRAISERSEQUENCE |
int |
yes |
|
dbo.[REVENUESOLICITOR].[SEQUENCE] |
REVENUEFUNDRAISERAMOUNT |
money |
yes |
|
[dbo].[REVENUESOLICITOR].[AMOUNT] |
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. |
BASECURRENCYDIMID |
int |
yes |
|
Reference key to the currency dimension, derived from dbo.[REVENUESOLICITOR].[BASECURRENCYID] |
BASEREVENUEFUNDRAISERAMOUNT |
money |
yes |
|
dbo.[REVENUESOLICITOR].[AMOUNT] |
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] |
FUNDRAISERCONSTITUENTDIMID |
int |
yes |
|
Reference key to the constituent dimension, derived from dbo.[REVENUESOLICITOR].[CONSTITUENTID] |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_FACT_REVENUEFUNDRAISER |
REVENUEFUNDRAISERFACTID |
yes |
yes |
yes |