FACT_MEMBERSHIPADDON
Contains information about membership add-ons.
Primary Key
Primary Key |
Field Type |
MEMBERSHIPADDONFACTID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
MEMBERSHIPADDONSYSTEMID |
uniqueidentifier |
yes |
|
[dbo].[MEMBERSHIPADDON].[ID] |
MEMBERSHIPDIMID |
int |
yes |
|
Reference key to the membership dimension, derived using [dbo].[MEMBERSHIPADDON].[MEMBERSHIPID] |
MEMBERSHIPSYSTEMID |
uniqueidentifier |
yes |
|
[dbo].[MEMBERSHIPADDON].[MEMBERSHIPID] |
ADDONDIMID |
int |
yes |
|
Reference key to the Add On dimension, derived from [dbo].[MEMBERSHIPADDON].[ADDONID] |
MEMBERSHIPTRANSACTIONFACTID |
int |
yes |
|
Reference key to the membership transaction fact, derived using [dbo].[MEMBERSHIPADDON].[MEMBERSHIPTRANSACTIONID] |
REVENUEFACTID |
int |
yes |
|
Reference key to the revenue fact, derived using [dbo].[MEMBERSHIPADDON].[REVENUESPLITID] |
QUANTITY |
int |
yes |
|
[dbo].[MEMBERSHIPADDON].[QUANTITY] |
PURCHASEPRICE |
money |
yes |
|
[dbo].[MEMBERSHIPADDON].[ORGANIZATIONPURCHASEPRICE] |
BASECURRENCYDIMID |
int |
yes |
|
Reference key to the Currency dimension, derived from [dbo].[MEMBERSHIPADDON].[BASECURRENCYID] |
BASEPURCHASEPRICE |
money |
yes |
|
[dbo].[MEMBERSHIPADDON].[PURCHASEPRICE] |
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. |
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_MEMBERSHIPADDON |
MEMBERSHIPADDONFACTID |
yes |
yes |
yes |