/AWS1/CL_QSTCOLUMNHIERARCHY¶
The option that determines the hierarchy of the fields for a visual element.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_explicithierarchy TYPE REF TO /AWS1/CL_QSTEXPLICITHIERARCHY /AWS1/CL_QSTEXPLICITHIERARCHY¶
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
io_datetimehierarchy TYPE REF TO /AWS1/CL_QSTDATETIMEHIERARCHY /AWS1/CL_QSTDATETIMEHIERARCHY¶
The option that determines the hierarchy of any
DateTimefields.
io_predefinedhierarchy TYPE REF TO /AWS1/CL_QSTPREDEFINEDHIERAR00 /AWS1/CL_QSTPREDEFINEDHIERAR00¶
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
Queryable Attributes¶
ExplicitHierarchy¶
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPLICITHIERARCHY() |
Getter for EXPLICITHIERARCHY |
DateTimeHierarchy¶
The option that determines the hierarchy of any
DateTimefields.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATETIMEHIERARCHY() |
Getter for DATETIMEHIERARCHY |
PredefinedHierarchy¶
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREDEFINEDHIERARCHY() |
Getter for PREDEFINEDHIERARCHY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_COLUMNHIERARCHYLIST¶
TYPES TT_COLUMNHIERARCHYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTCOLUMNHIERARCHY WITH DEFAULT KEY
.