vdsReportField

Prev Next

The vdsReportField table stores specified field-level filters for detailed and list analysis reports.

Columns

Table: vdsReportField table columns
Column nameData typePrimary keyNullableDescription
vdsDomainvarchar(255)YesNo 
vdsReportIDvarchar(64)YesNoThe identifier of the respective report.
vdsDisplayNamevarchar(255)YesNoThe display name to identify the filter field.
vdsFieldNamevarchar(255)NoNoThe name of the data source field.
vdsOperationvarchar(64)NoYesThe name of the operation to perform on the data source field.
vdsCreateTimetimestampNoNoThe date and time the data record was created.
vdsModifyTimetimestampNoNoThe date and time the data record was last modified.
vdsVersionintegerNoYesThe current data schema version of the data record.

Keys

Primary key: (vdsDomain, vdsReportID, vdsDisplayName)

Foreign keys: (vdsDomain, vdsReportID) references vdsReport (vdsDomain, vdsReportID)

Indexes

Table: vdsReportField table indexes
Index nameIncluded fields
Level 0 (default)
vdsreportfieldidx

vdsDomain

vdsReportID

vdsDisplayName