DLHDLH.io Documentation

Aggregating Value Columns Based on Type

Aggregating Value Columns Based on Type - DLH visualization widget documentation.

Each value column configured for the widget can be aggregated individually based on the type you define. The following table illustrates the aggregation types and their respective uses.

Aggregation typeResult
SumCalculates the sum of values of all members.
CountReturns the count of all members.
AverageCalculates the average of values of all members.
MaxReturns the highest value for all members.
MinReturns the lowest value for all members.
MedianReturns the Middle value for all members.
VarCalculates the variance of all members.
DistinctCountReturns the distinct count of all members.