/AWS1/CL_QSTCOMPUTATION¶
The computation union that is used in an insight visual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_topbottomranked TYPE REF TO /AWS1/CL_QSTTOPBOTTOMRANKEDC00 /AWS1/CL_QSTTOPBOTTOMRANKEDC00¶
The top ranked and bottom ranked computation configuration.
io_topbottommovers TYPE REF TO /AWS1/CL_QSTTOPBOTTOMMOVERSC00 /AWS1/CL_QSTTOPBOTTOMMOVERSC00¶
The top movers and bottom movers computation configuration.
io_totalaggregation TYPE REF TO /AWS1/CL_QSTTOTALAGGCOMPUTAT00 /AWS1/CL_QSTTOTALAGGCOMPUTAT00¶
The total aggregation computation configuration.
io_maximumminimum TYPE REF TO /AWS1/CL_QSTMAXMINCOMPUTATION /AWS1/CL_QSTMAXMINCOMPUTATION¶
The maximum and minimum computation configuration.
io_metriccomparison TYPE REF TO /AWS1/CL_QSTMETRICCOMPARISON00 /AWS1/CL_QSTMETRICCOMPARISON00¶
The metric comparison computation configuration.
io_periodoverperiod TYPE REF TO /AWS1/CL_QSTPEROVERPERCOMPUT00 /AWS1/CL_QSTPEROVERPERCOMPUT00¶
The period over period computation configuration.
io_periodtodate TYPE REF TO /AWS1/CL_QSTPERTODATECOMPUTA00 /AWS1/CL_QSTPERTODATECOMPUTA00¶
The period to
DataSetIdentifiercomputation configuration.
io_growthrate TYPE REF TO /AWS1/CL_QSTGROWTHRATECOMPUT00 /AWS1/CL_QSTGROWTHRATECOMPUT00¶
The growth rate computation configuration.
io_uniquevalues TYPE REF TO /AWS1/CL_QSTUNIQUEVALSCOMPUT00 /AWS1/CL_QSTUNIQUEVALSCOMPUT00¶
The unique values computation configuration.
io_forecast TYPE REF TO /AWS1/CL_QSTFCCOMPUTATION /AWS1/CL_QSTFCCOMPUTATION¶
The forecast computation configuration.
Queryable Attributes¶
TopBottomRanked¶
The top ranked and bottom ranked computation configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPBOTTOMRANKED() |
Getter for TOPBOTTOMRANKED |
TopBottomMovers¶
The top movers and bottom movers computation configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPBOTTOMMOVERS() |
Getter for TOPBOTTOMMOVERS |
TotalAggregation¶
The total aggregation computation configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALAGGREGATION() |
Getter for TOTALAGGREGATION |
MaximumMinimum¶
The maximum and minimum computation configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXIMUMMINIMUM() |
Getter for MAXIMUMMINIMUM |
MetricComparison¶
The metric comparison computation configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICCOMPARISON() |
Getter for METRICCOMPARISON |
PeriodOverPeriod¶
The period over period computation configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERIODOVERPERIOD() |
Getter for PERIODOVERPERIOD |
PeriodToDate¶
The period to
DataSetIdentifiercomputation configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERIODTODATE() |
Getter for PERIODTODATE |
GrowthRate¶
The growth rate computation configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROWTHRATE() |
Getter for GROWTHRATE |
UniqueValues¶
The unique values computation configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNIQUEVALUES() |
Getter for UNIQUEVALUES |
Forecast¶
The forecast computation configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORECAST() |
Getter for FORECAST |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_COMPUTATIONLIST¶
TYPES TT_COMPUTATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTCOMPUTATION WITH DEFAULT KEY
.