/AWS1/CL_QSTTREEMAPAGGREGATE00¶
Aggregated field wells of a tree map.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_groups TYPE /AWS1/CL_QSTDIMENSIONFIELD=>TT_TREEMAPDIMENSIONFIELDLIST TT_TREEMAPDIMENSIONFIELDLIST¶
The group by field well of a tree map. Values are grouped based on group by fields.
it_sizes TYPE /AWS1/CL_QSTMEASUREFIELD=>TT_TREEMAPMEASUREFIELDLIST TT_TREEMAPMEASUREFIELDLIST¶
The size field well of a tree map. Values are aggregated based on group by fields.
it_colors TYPE /AWS1/CL_QSTMEASUREFIELD=>TT_TREEMAPMEASUREFIELDLIST TT_TREEMAPMEASUREFIELDLIST¶
The color field well of a tree map. Values are grouped by aggregations based on group by fields.
Queryable Attributes¶
Groups¶
The group by field well of a tree map. Values are grouped based on group by fields.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPS() |
Getter for GROUPS, with configurable default |
ASK_GROUPS() |
Getter for GROUPS w/ exceptions if field has no value |
HAS_GROUPS() |
Determine if GROUPS has a value |
Sizes¶
The size field well of a tree map. Values are aggregated based on group by fields.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIZES() |
Getter for SIZES, with configurable default |
ASK_SIZES() |
Getter for SIZES w/ exceptions if field has no value |
HAS_SIZES() |
Determine if SIZES has a value |
Colors¶
The color field well of a tree map. Values are grouped by aggregations based on group by fields.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLORS() |
Getter for COLORS, with configurable default |
ASK_COLORS() |
Getter for COLORS w/ exceptions if field has no value |
HAS_COLORS() |
Determine if COLORS has a value |