The items for display on a dashboard page.
Column Name | Description | Datatype | Length | Allow Nulls | Default | |
---|---|---|---|---|---|---|
![]() | 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 |