EN
Español
English
Português
    DMM_ATTRIBUTE

    Stores information about the attributes associated with each column within analysis models

    Data model

    Fields

    Field Type Description
    can_filter* BIT Indicates whether the attribute can be used to filter the data
    can_sort* BIT Indicates whether the attribute can be used to sort the data
    column_id* UNIQUEIDENTIFIER Identifier of the column to which the attribute belongs
    created_date* DATETIME Record creation date
    id* UNIQUEIDENTIFIER Attribute ID
    type* VARCHAR (10) Indicates whether the attribute corresponds to a column or measure

    Primary Key

    PK_DMM_ATTRIBUTE
    id

    References

    Column Referenced Table Referenced column Name
    column_id* dbo.DMM_COLUMN id FK01_DMM_ATTRIBUTE