ALM Project Database Reference
td.QPM_SCOPE_ITEM_MULTIVALUE Table
Description
Values for defect a columns of a record where the column has more than one value.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 SCIMV_SCOPE_ITEM_IDThe td.QPM_SCOPE_ITEM Tableint4   
 SCIMV_COLUMN_NAMEThe multi-value column.varchar40   
 SCIMV_VALUEA single value.

Note: The values are denormalized for performance reasons. Any program that alters the values in this value field must also handle the semicolon-separated value in the main entity table

varchar255  
Indexes
IndexDescriptionPrimaryUnique
INX_SCIMV  
INX_SCIMV_SCOPE_ITEM_ID   
See Also