Folders for dashboard pages.
Column Name | Description | Datatype | Length | Allow Nulls | Default | |
---|---|---|---|---|---|---|
![]() | DF_ID | The record ID. | int | 4 | ||
DF_LOGICAL_NAME | A name, unique in the scope of this table, that refers to this record. | varchar | 64 | |||
DF_PARENT_ID | If top-level folder, 0. Otherwise the DF_ID of the parent folder. | int | 4 | |||
DF_NAME | The folder name. | varchar | 255 | |||
DF_DESCRIPTION | The folder description. | varchar | 16 | ![]() | ||
DF_PATH | The position in the tree. The format is AAAAA, AAAAB, and so on. The characters V and W are not used. | varchar | 255 | |||
DF_IS_PUBLIC | If Y, the item is public. If N, the item is private. | varchar | 1 | ![]() | ||
DF_VER_STAMP | The version number. | int | 4 | |||
DF_OWNER | The user name of the folder owner. | varchar | 60 | |||
DF_SEGMENT_ID | The ANALYSIS_SEGMENTS.AS_ID of the segment in which this item is presented in the user interface. | int | 4 | ![]() |