[]
        
(Showing Draft Content)

C1.PivotEngine.Subtotal

Subtotal Enum

Specifies the type of subtotal (aggregate) statistic to calculate.

Namespace: C1.PivotEngine
Assembly: C1.PivotEngine.dll
Syntax
public enum Subtotal

Fields

Name Description
Average

Gets the average of a group.

Count

Gets the number of values in a group.

CountDistinct

Gets the distinct count of a group.

Expression

Gets the value of the evaluated expression

First

Gets the first value in a group.

Last

Gets the last value in a group.

Max

Gets the maximum value in a group.

Min

Gets the minimum value in a group.

Std

Gets the sample standard deviation of a group.

StdP

Gets the population standard deviation of a group.

Sum

Gets the sum of a group.

Var

Gets the sample variance of a group.

VarP

Gets the population variance of a group.