Click or drag to resize

AggregationMode Enumeration

The available aggregation modes used for data aggregation

Namespace:  Easymap.AddIn.Analyse
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public enum AggregationMode
Members
  Member nameValueDescription
Sum0 Returns the sum of all the values
Average1 Returns the average of the values
Minimum2 Returns the minimum value
Maximum3 Returns the maximum value
First4 Returns the first value
Last5 Returns the last value
Median6 Returns the median value
Mode7 Returns the most often exists value
KommaSeparatedList8
CountRecords32 Returns a count of all values
CountValues33 Returns a count of all multiple values
CountDistinct34 Returns a count of all distinct values
See Also