ALM Project Database Reference
td.ANALYSIS_ITEMS Table
Description
Reports and graphs.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key AI_IDThe record ID.int4   
 AI_PARENT_ID

The ANALYSIS_ITEM_FOLDERS.AIF_ID of the containing folder.

If the item is at the top level, the parent ID is 0.

Note: In the user interface, there appear to be two roots: public and private. These displayed roots have no representation in the database. The actual roots (parent ID = 0) are all items directly below the displayed public and private roots.

int4   
 AI_NAMEThe item name.varchar255   
 AI_LOGICAL_NAMEA name, unique in the scope of this table, that refers to this record.varchar64   
 AI_DESCRIPTIONThe item description.varchar16  
 AI_TYPE

The type of the item. For example, Excel report, standard report, or graph.

Do not change this field.

varchar60   
 AI_SUB_TYPE

Do not change this field.

Not all sub-types are valid for all types and modules.

Examples of sub-types are:

AgeGraph
CrossTestsetReport
DefectReport
ExcelReport
ExecutionReport
ProgressGraph 
ProgressGraph
RequirementsReport
SubjectTestReport
SummaryGraph
TestLabReport
TestPlanReport
TestsetHierarchyReport
TrendGraph

varchar60   
 AI_FILTER_DATAAn XML string that defines the data to be included.varchar16  
 AI_LAYOUT_DATAAn XML string that defines the presentation of the data.varchar16  
 AI_IS_PUBLICIf Y, the item is public. If N, the item is private.varchar1  
 AI_OWNER

For public items, the user name who created the item.

For private items, the user name of the current owner.

varchar60   
 AI_MODULE

The ALM module containing the data.

Do not change this field.

Examples of modules are:

Mercury.TD.Client.Ota.Api.IBaseEntity, OTAClient.Api
Mercury.TD.Client.Ota.Entities.Api.IBug, OTAClient.Entities
Mercury.TD.Client.Ota.Entities.Api.IBug, OTAClient.Entities
Mercury.TD.Client.Ota.Entities.Api.IRequirement, OTAClient.Entities
Mercury.TD.Client.Ota.Entities.Api.ITest, OTAClient.Entities
Mercury.TD.Client.Ota.Entities.Api.ITestInstance, OTAClient.Entities

varchar255   
 AI_MODIFIED_BYThe user name who last modified the item.varchar60  
 AI_VER_STAMPThe version of the item.int4   
 AI_VTSThe server time this version was created.varchar20   
 AI_USER_01User-defined field.varchar40  
 AI_SEGMENT_IDThe ANALYSIS_SEGMENTS.AS_ID of the segment in which this item is presented in the user interface.int4  
Indexes
See Also