SUM
|
The measure is the sum of the values in the source field specified by Column.
|
MAX
|
This measure is the maximum value in the source field specified by Column.
|
COUNTA
|
This measure is the count of values in the source field specified by Column.
|
AVERAGE
|
This measure is the average of the values in the source field specified by Column.
|
STDEV.S
|
This measure is the standard deviation of the values in the source field specified by Column.
|
STDEV.P
|
This measure is the standard deviation of the values in the source field specified by Column.
|
VAR.S
|
This measure is the variance in the values of the source field specified by Column.
|
DISTINCTCOUNT
|
This measure is the count of unique values in the source field specified by Column.
|