/AWS1/CL_QSTNUMERICALAGGRFUNC¶
Aggregation for numerical values.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_simplenumericalaggr TYPE /AWS1/QSTSIMPLENUMERICALAGGF00 /AWS1/QSTSIMPLENUMERICALAGGF00¶
Built-in aggregation functions for numerical values.
SUM: The sum of a dimension or measure.
AVERAGE: The average of a dimension or measure.
MIN: The minimum value of a dimension or measure.
MAX: The maximum value of a dimension or measure.
COUNT: The count of a dimension or measure.
DISTINCT_COUNT: The count of distinct values in a dimension or measure.
VAR: The variance of a dimension or measure.
VARP: The partitioned variance of a dimension or measure.
STDEV: The standard deviation of a dimension or measure.
STDEVP: The partitioned standard deviation of a dimension or measure.
MEDIAN: The median value of a dimension or measure.
io_percentileaggregation TYPE REF TO /AWS1/CL_QSTPERCENTILEAGGR /AWS1/CL_QSTPERCENTILEAGGR¶
An aggregation based on the percentile of values in a dimension or measure.
Queryable Attributes¶
SimpleNumericalAggregation¶
Built-in aggregation functions for numerical values.
SUM: The sum of a dimension or measure.
AVERAGE: The average of a dimension or measure.
MIN: The minimum value of a dimension or measure.
MAX: The maximum value of a dimension or measure.
COUNT: The count of a dimension or measure.
DISTINCT_COUNT: The count of distinct values in a dimension or measure.
VAR: The variance of a dimension or measure.
VARP: The partitioned variance of a dimension or measure.
STDEV: The standard deviation of a dimension or measure.
STDEVP: The partitioned standard deviation of a dimension or measure.
MEDIAN: The median value of a dimension or measure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIMPLENUMERICALAGGR() |
Getter for SIMPLENUMERICALAGGREGATION, with configurable def |
ASK_SIMPLENUMERICALAGGR() |
Getter for SIMPLENUMERICALAGGREGATION w/ exceptions if field |
HAS_SIMPLENUMERICALAGGR() |
Determine if SIMPLENUMERICALAGGREGATION has a value |
PercentileAggregation¶
An aggregation based on the percentile of values in a dimension or measure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERCENTILEAGGREGATION() |
Getter for PERCENTILEAGGREGATION |