Project Data Tables Database > td Schema : td.DASHBOARD_PAGE_ITEMS Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
DPI_ID | The record ID. | int | 4 | ||||
DPI_LOGICAL_NAME | A name, unique in the scope of this table, that refers to this record. | varchar | 64 | ||||
DPI_PAGE_ID | The DASHBOARD_PAGES.DP_ID of the containing page. | int | 4 | ||||
DPI_ANALYSIS_ITEM_ID | The ANALYSIS_ITEMS.AI_ID of the report to be displayed in this location. | int | 4 | ||||
DPI_POSITION_ROW | The row number of the top of the item on the page. The top row is row 0. | int | 4 | ||||
DPI_POSITION_COLUMN | The column of the left edge of the item on the page. The left-most column is columnT 0. | int | 4 | ||||
DPI_WIDTH | The width of the item in number of cells. | int | 4 | ||||
DPI_HEIGHT | The height of the item in number of cells. | int | 4 | ||||
DPI_VER_STAMP | The version number of the item. | int | 4 |
Index | Description | Primary | Unique |
---|---|---|---|
DASHBOARD_PAGE_ITEMS_IDX1 | |||
DASHBOARD_PAGE_ITEMS_IDX2 | |||
DASHBOARD_PAGE_ITEMS_PK |