ALM Project Database Reference Version 12.55
td.DASHBOARD_PAGE_ITEMS Table
Description
The items for display on a dashboard page.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key DPI_IDThe record ID.int4   
 DPI_LOGICAL_NAMEA name, unique in the scope of this table, that refers to this record.varchar64   
 DPI_PAGE_IDThe DASHBOARD_PAGES.DP_ID of the containing page.int4   
 DPI_ANALYSIS_ITEM_IDThe ANALYSIS_ITEMS.AI_ID of the report to be displayed in this location.int4   
 DPI_POSITION_ROWThe row number of the top of the item on the page. The top row is row 0.int4   
 DPI_POSITION_COLUMNThe column of the left edge of the item on the page. The left-most column is columnT 0.int4   
 DPI_WIDTHThe width of the item in number of cells.int4   
 DPI_HEIGHTThe height of the item in number of cells.int4   
 DPI_VER_STAMPThe version number of the item.int4   
Indexes
IndexDescriptionPrimaryUnique
DASHBOARD_PAGE_ITEMS_IDX1   
DASHBOARD_PAGE_ITEMS_IDX2   
DASHBOARD_PAGE_ITEMS_PK 
See Also

Related Objects

td Schema
Project Data Tables Database