FACT_PLANNEDGIFTATTRIBUTE

Contains information from planned gift attributes.

Primary Key

Primary Key Field Type
PLANNEDGIFTATTRIBUTEFACTID int

Fields

Field Field Type Null Notes Description
PLANNEDGIFTATTRIBUTESYSTEMID uniqueidentifier yes The attribute's [ID] column
ATTRIBUTEDIMID int yes Reference key to the attribute dimension, derived from dbo.[ATTRIBUTE].[ID] and the attribute's code table ID column
ATTRIBUTESYSTEMID uniqueidentifier yes dbo.[ATTRIBUTECATEGORY].[ID]
ATTRIBUTEVALUESYSTEMID uniqueidentifier yes The [ID] from the appropriate code table for this attribute.
PLANNEDGIFTSYSTEMID uniqueidentifier yes The attribute's [PLANNEDGIFTID] column
PLANNEDGIFTDIMID int yes Reference key to the planned gift dimension, derived from the attribute's [PLANNEDGIFTID] column
ATTRIBUTESTARTDATEDIMID int yes Reference key to the date dimension, derived from the attribute's [STARTDATE] column
ATTRIBUTESTARTDATE datetime yes The attribute's [STARTDATE] column
ATTRIBUTEENDDATEDIMID int yes Reference key to the date dimension, derived from the attribute's [ENDDATE] column
ATTRIBUTEENDDATE datetime yes The attribute's [ENDDATE] column
ATTRIBUTEVALUE nvarchar(255) yes The attribute's value column
ATTRIBUTEISCURRENT bit yes Flag indicating if the attribute is currently active.
ATTRIBUTECOMMENT nvarchar(255) yes The attribute's comment column
VALUEDATE date yes The attribute's value column for date attributes
VALUEDATEDIMID int yes Reference key to the date dimension, derived from the attribute's value column for date attributes
VALUEYESNO bit yes The attribute's value column for yes/no attributes
VALUECURRENCY money yes The attribute's value column for currency attributes
VALUECONSTITUENTSYSTEMID uniqueidentifier yes The attribute's value column for constituent record attributes
VALUECONSTITUENTDIMID int yes Reference key to the constituent dimension, derived from the attribute's value column for constituent record attributes
VALUEHOURMINUTE UDT_HOURMINUTE yes The attribute's value column for time attributes
VALUEFUZZYDATE UDT_FUZZYDATE yes The attribute's value column for fuzzy date attributes
VALUENUMBER int yes The attribute's value column for number attributes
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.

Indexes

Index Name Fields Unique Primary Clustered
PK_FACT_PLANNEDGIFTATTRIBUTE PLANNEDGIFTATTRIBUTEFACTID yes yes yes