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 |
---|---|---|
0x00 |
Consolidate by using the AVERAGE function. |
|
0x01 |
Consolidate by using the COUNT function. |
|
0x02 |
Consolidate by using the COUNTA function. |
|
0x03 |
Consolidate by using the MAX function. |
|
0x04 |
Consolidate by using the MIN function. |
|
0x05 |
Consolidate by using the PRODUCT function. |
|
0x06 |
Consolidate by using the STDEV function. |
|
0x07 |
Consolidate by using the STDEVP function. |
|
0x08 |
Consolidate by using the SUM function. |
|
0x09 |
Consolidate by using the VAR function. |
|
0x0A |
Consolidate by using the VARP function. |