/AWS1/CL_QSTKPIFIELDWELLS¶
The field well configuration of a KPI visual.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_values TYPE /AWS1/CL_QSTMEASUREFIELD=>TT_MEASUREFIELDLIST TT_MEASUREFIELDLIST¶
The value field wells of a KPI visual.
it_targetvalues TYPE /AWS1/CL_QSTMEASUREFIELD=>TT_MEASUREFIELDLIST TT_MEASUREFIELDLIST¶
The target value field wells of a KPI visual.
it_trendgroups TYPE /AWS1/CL_QSTDIMENSIONFIELD=>TT_DIMENSIONFIELDLIST TT_DIMENSIONFIELDLIST¶
The trend group field wells of a KPI visual.
Queryable Attributes¶
Values¶
The value field wells of a KPI visual.
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 |
TargetValues¶
The target value field wells of a KPI visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETVALUES() |
Getter for TARGETVALUES, with configurable default |
ASK_TARGETVALUES() |
Getter for TARGETVALUES w/ exceptions if field has no value |
HAS_TARGETVALUES() |
Determine if TARGETVALUES has a value |
TrendGroups¶
The trend group field wells of a KPI visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRENDGROUPS() |
Getter for TRENDGROUPS, with configurable default |
ASK_TRENDGROUPS() |
Getter for TRENDGROUPS w/ exceptions if field has no value |
HAS_TRENDGROUPS() |
Determine if TRENDGROUPS has a value |