FACT_REVENUETRIBUTE
Contains information about revenue tributes fact relationship.
Primary Key
Primary Key |
Field Type |
REVENUETRIBUTEFACTID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
REVENUETRIBUTESYSTEMID |
uniqueidentifier |
yes |
|
dbo.[REVENUETRIBUTE].[ID] |
TRIBUTEDIMID |
int |
yes |
|
Reference key to the tribute dimension, derived from dbo.[TRIBUTE].[ID] |
REVENUEFACTID |
int |
yes |
|
Reference key to the revenue fact, derived from dbo.[TRIBUTE].[REVENUEID] |
AMOUNT |
money |
yes |
|
[dbo].[REVENUETRIBUTE].[ORGANIZATIONAMOUNT] |
BASECURRENCYDIMID |
int |
yes |
|
Reference key to the currency dimension, derived from dbo.[REVENUETRIBUTE].[BASECURRENCYID] |
BASEAMOUNT |
money |
yes |
|
[dbo].[REVENUETRIBUTE].[AMOUNT] |
ISTRIBUTEANONYMOUS |
bit |
yes |
|
[dbo].[REVENUETRIBUTE].[ISTRIBUTEANONYMOUS] |
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_REVENUETRIBUTE |
REVENUETRIBUTEFACTID |
yes |
yes |
yes |