Отображает одно число для каждой заданной агрегацииDisplays one number for each given aggregation.
...
Data aggregation.
- Count - общее количество записей total records
- Average - среднее значение по указанной переменной - average value for the specified variable.
- Sum - суммарное значение по указанной переменной - total value of the specified variable variable.
- Min - минимальное значение по указанной переменнойminimum value of the specified variable variable.
- Max - максимальное значение по указанной переменнойmaximum value for the specified variable.
- Unique Count - подсчет уникальных записей по выбранной переменной - counting unique entries by selected variable.
- Percentiles - The percentile aggregation divides the values in a numeric field into percentile bands that you specify. Select a field from the drop-down, then specify one or more ranges in the Percentiles fields.
- Percentile Rank - The percentile ranks aggregation returns the percentile rankings for the values in the numeric field you specify. Select a numeric field from the drop-down, then specify one or more percentile rank values in the Values fields.
...