ConsolidationFunction

ConsolidationFunction

Utility class containing constants. Represents consolidation function.

Values

NameDescription
SUMRepresents Sum function.
COUNTRepresents Count function.
AVERAGERepresents Average function.
MAXRepresents Max function.
MINRepresents Min function.
PRODUCTRepresents Product function.
COUNT_NUMSRepresents Count Nums function.
STD_DEVRepresents StdDev function.
STD_DEVPRepresents StdDevp function.
VARRepresents Var function.
VARPRepresents Varp function.
DISTINCT_COUNTRepresents Distinct Count function. Only valid for PivotTable with Data Module created since by 2013.