Project Data Tables Database > td Schema : td.REPORT_USER_TEMPLATES Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
RUT_ID | The record ID. | int | 4 | ||||
RUT_LOGICAL_NAME | A name, unique in the scope of this table, that refers to this record. | varchar | 64 | ||||
RUT_FILENAME | The display name of the template file represented by the template record. | varchar | 255 | ||||
RUT_OWNER_ID | The ANALYSIS_ITEMS.AI_ID of the item that uses this template. | int | 4 | ||||
RUT_FIELD_LIST | Reporting framework for internal use. | varchar | 16 | ||||
RUT_TYPE | The template type: Tabular or FullPage. | varchar | 40 |
Index | Description | Primary | Unique |
---|---|---|---|
REPORT_USER_TEMPLATES_PK | |||
RUT_UNIQUE_NAME |