Enumeration RVDashboardAggregationType

Types of aggregation.

Index

Enumeration members

Avg

Avg: = 7

Average of values

CountDistinct

CountDistinct: = 3

Count of distinct rows.

CountNonEmpty

CountNonEmpty: = 2

Count of non empty rows.

CountRows

CountRows: = 1

Count of rows, including empty and repeated rows.

Max

Max: = 5

Maximum value

Min

Min: = 4

Minimum value

NotSet

NotSet: = 0

Aggregation not defined, or not applies for the current context.

StDev

StDev: = 8

Standard deviation of values.

Sum

Sum: = 6

Sum of all values

Variance

Variance: = 9

Variance.