ALM Project Database Reference
td.QPM_THRESHOLD_VALUES Table
Description
Limits of measured KPI values by date.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key TV_IDThe record ID.int4   
 TV_OWNER_IDThe record ID in the TV_OWNER_TYPE table.int4   
 TV_OWNER_TYPEThe name of the project database table that contains the entity the threshold value belongs to. Either QPM_KPI_MILESTONE_SCOPEITEM or QPM_KPIS.varchar40   
 TV_DATEThe date on which the threshold value is defined.datetime4   
 TV_TARGET_VALUEThe limit in effect on TV_DATE.int4   
 TV_TOLERANCEThe warning range, relative to TV_TARGET_VALUE.int4   
 TV_VER_STAMPThe version number of this record.int4   
 TV_USER_01User-defined field.varchar40  
Indexes
IndexDescriptionPrimaryUnique
THRESHOLD_VALUES_IX1   
THRESHOLD_VALUES_PK 
See Also