Field Summary | ||
---|---|---|
const Number | SUM | |
Represents Sum totals calcultation. | ||
const Number | COUNT | |
Represents Count totals calcultation. | ||
const Number | AVERAGE | |
Represents Average totals calcultation. | ||
const Number | MAX | |
Represents Max totals calcultation. | ||
const Number | MIN | |
Represents Min totals calcultation. | ||
const Number | VAR | |
Represents Var totals calcultation. | ||
const Number | COUNT_NUMS | |
Represents Count Nums totals calcultation. | ||
const Number | STD_DEV | |
Represents StdDev totals calcultation. | ||
const Number | NONE | |
Represents No totals calcultation. | ||
const Number | CUSTOM | |
Represents custom calcultation. |
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 |