2.5.79 IIFtab

The IIFtab enumeration specifies the valid mathematical aggregator functions that data consolidation uses.

The value of this enumeration MUST be a value from the following table.

Name

Value

Meaning

IIFTABAVERAGE

0x00

Consolidate by using the AVERAGE function.

IIFTABCOUNT

0x01

Consolidate by using the COUNT function.

IIFTABCOUNTA

0x02

Consolidate by using the COUNTA function.

IIFTABMAX

0x03

Consolidate by using the MAX function.

IIFTABMIN

0x04

Consolidate by using the MIN function.

IIFTABPRODUCT

0x05

Consolidate by using the PRODUCT function.

IIFTABSTDEV

0x06

Consolidate by using the STDEV function.

IIFTABSTDEVP

0x07

Consolidate by using the STDEVP function.

IIFTABSUM

0x08

Consolidate by using the SUM function.

IIFTABVAR

0x09

Consolidate by using the VAR function.

IIFTABVARP

0x0A

Consolidate by using the VARP function.