Field Summary | ||
---|---|---|
const Number | SUM | |
Represents Sum totals calculation.
|
||
const Number | COUNT | |
Represents Count totals calculation.
|
||
const Number | AVERAGE | |
Represents Average totals calculation.
|
||
const Number | MAX | |
Represents Max totals calculation.
|
||
const Number | MIN | |
Represents Min totals calculation.
|
||
const Number | VAR | |
Represents Var totals calculation.
|
||
const Number | COUNT_NUMS | |
Represents Count Nums totals calculation.
|
||
const Number | STD_DEV | |
Represents StdDev totals calculation.
|
||
const Number | NONE | |
Represents No totals calculation.
|
||
const Number | CUSTOM | |
Represents custom calculation.
|
const Number SUM
const Number COUNT
const Number AVERAGE
const Number MAX
const Number MIN
const Number VAR
const Number COUNT_NUMS
const Number STD_DEV
const Number NONE
const Number CUSTOM