Aggregates
Last updated
Last updated
This visualization summarizes data by categories, showing totals, averages, and other key metrics.
Enter the name of your Visualization widget, which will appear on your dashboard.
You can choose between grouped and single aggregate. In grouped aggregate, you can view multiple metrics within a single widget.
Enter the following values for each of the metric required.
Enter the name for each metric, which will appear on your dashboard.
Select the column name from the dropdown for which you want to get the aggregate.
Start typing the function you want to use and select it from the suggestions. Then, place the cursor inside the brackets and type the property name you selected in Properties as the function parameter for calculations. The aggregate function will be applied on the output of this expression builder.
The following options are available in the Expression Builder. Ci
represents the attributes/properties selected by you
Function | Attribute Structure | Usage |
---|---|---|
sum() | (attribute) | sum(C1) |
sumIf() | (attribute, filter) | sumIf(C1, conditions) |
avg() | (attribute) | avg(C1) |
avgIf() | (attribute, filter) | avgIf(C1, conditions) |
count() | (attribute) | count(C1) |
countIf() | (attribute, filter) | countIf(C1, conditions) |
uniq() | (attribute) | uniq(C1) |
uniqIf() | (attribute, filter) | uniqIf(C1, conditions) |
min() | (attribute) | min(C1) |
max() | (attribute) | max(C1) |
least() | (attribute1, attribute2) | least(C1, C2) |
greatest() | (attribute1, attribute2) | greatest(C1, C2) |
date_diff() | (return type, attribute1, attribute2) | date_diff('second', C1, C2) |
Select the unit from the dropdown for your aggregate value to be displayed on the dashboard.
Following unit options are available
Second = sec
Minutes = mins
Hours = hrs
Days = days
Week = week
Select whether you want to convert seconds or milliseconds to timestamp format on the dashboard.
You can filter the data in the final output on the dashboard according to your needs.
Choose whether to include data using the = operator or exclude it using the != operator. You can also use the regex operator and provide the regex formula.
You can customize the font size and text color for Alias, Value and the Unit displayed on the dashboard.
Click on View Chart to preview it before adding it to the dashboard.