Aggregations
In the interactive dashboard, the following aggregate functions are available:
- Count – returns the number of values
- Count Distinct – returns the number of distinct values
- Sum – returns the sum of all values
- Min – returns the minimum value across all records
- Max – returns the maximum value across all records
- Average – Returns the average of all the values in the
- StdDev – Mean Square Deviation
- StdDevP – dispersion
- Var – Non-shifted dispersion
- VarP – median Mode
