ALM Project Database Reference
td.QPM_KPI_TYPES Table
Description
Measurement definitions KPIs Entities are based on.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key KPIT_IDThe record ID.int4   
 KPIT_NAMEA unique type name.varchar255   
 KPIT_ENTITY_TYPEThe name of the project database table containing the entity the KPI operates on. For example, BUG.varchar40   
 KPIT_DESCRIPTIONA free text description of this item.varchar16  
 KPIT_TREND_GROWSY indicates that higher values of the measure are better values.varchar1   
 KPIT_DEFAULT_TARGET_VALUEThe default measurement target value.int4  
 KPIT_MEASUREMENT_TYPEEither COUNT or PERCENTAGE.varchar60   
 KPIT_NUM_FUNCTION_NAMEThe operation on the numerator population. Either SUM or COUNT.varchar60   
 KPIT_NUM_FUNCTION_FIELDIf KPIT_NUM_FUNCTION_NAME is SUM, name of the column whose values are summed.varchar60  
 KPIT_NUM_FILTERThe population the KPI type operates on.varchar16  
 KPIT_NUM_TRANSITION_FIELDThe value transitions that are taken into account when calculating the value of the numerator.varchar60  
 KPIT_NUM_TRANSITION_FROMThe values of KPIT_NUM_TRANSITION_FIELD before a transition. The transition is not taken into account if the start value is not one of these.varchar255  
 KPIT_NUM_TRANSITION_TOThe values of KPIT_NUM_TRANSITION_FIELD after a transition. The transition is not taken into account if the end value is not one of these.varchar255  
 KPIT_NUM_TRANSITION_PERIODThe period for which a transaction is taken into account in calculating the numerator. One of DAILY, MILESTONE, or RELEASE.varchar20  
 KPIT_DEN_FUNCTION_NAMEThe operation on denominator population if the KPI Type Measurement Type is percentage. Either SUM or COUNT.varchar60  
 KPIT_DEN_FUNCTION_FIELD
IF KPIT_DEN_FUNCTION_NAME SUM, the column whose values are summed.
varchar60  
 KPIT_DEN_FILTERThe denominator population the KPI type operates on if KPIT_MEASUREMENT_TYPE is percentage.varchar16  
 KPIT_DEN_TRANSITION_FIELDThe value transitions that are taken into account when calculating the value of the denominator.varchar60  
 KPIT_DEN_TRANSITION_FROMThe values of KPIT_DEN_TRANSITION_FIELD before a transition. The transition is not taken into account if the start value is not one of these.varchar255  
 KPIT_DEN_TRANSITION_TOThe values of KPIT_DEN_TRANSITION_FIELD after a transition. The transition is not taken into account if the end value is not one of these.varchar255  
 KPIT_DEN_TRANSITION_PERIODThe period for which a transaction is taken into account in calculating the denominator. One of DAILY, MILESTONE, or RELEASE.varchar20  
 KPIT_DEFAULT_TOLERANCEThe warning range, relative to default targetint4  
 KPIT_USER_01User-defined field.varchar40  
 KPIT_MIN_VALUEFor future use.int4  
 KPIT_MAX_VALUEFor future use.int4  
Indexes
IndexDescriptionPrimaryUnique
QPM_KPI_TYPES_IX1   
QPM_KPI_TYPES_IX2   
QPM_KPI_TYPES_IX3  
QPM_KPI_TYPES_PK 
See Also