/AWS1/CL_QSTTBLAGGREGATEDFIE00¶
The aggregated field well for the table.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_groupby TYPE /AWS1/CL_QSTDIMENSIONFIELD=>TT_DIMENSIONFIELDLIST TT_DIMENSIONFIELDLIST¶
The group by field well for a pivot table. Values are grouped by group by fields.
it_values TYPE /AWS1/CL_QSTMEASUREFIELD=>TT_MEASUREFIELDLIST TT_MEASUREFIELDLIST¶
The values field well for a pivot table. Values are aggregated based on group by fields.
Queryable Attributes¶
GroupBy¶
The group by field well for a pivot table. Values are grouped by group by fields.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPBY() |
Getter for GROUPBY, with configurable default |
ASK_GROUPBY() |
Getter for GROUPBY w/ exceptions if field has no value |
HAS_GROUPBY() |
Determine if GROUPBY has a value |
Values¶
The values field well for a pivot table. Values are aggregated based on group by fields.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES has a value |