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. |
Field Detail |
---|
SUM | |
const Number SUM |
COUNT | |
const Number COUNT |
AVERAGE | |
const Number AVERAGE |
MAX | |
const Number MAX |
MIN | |
const Number MIN |
VAR | |
const Number VAR |
COUNT_NUMS | |
const Number COUNT_NUMS |
STD_DEV | |
const Number STD_DEV |
NONE | |
const Number NONE |
CUSTOM | |
const Number CUSTOM |