Marketing Intelligence Aggregate Functions

Aggregate Functions in calculated fields perform a calculation based on groups of rows, rather than on a single row. For example, it doesn't make sense to use Sum or Average on a single value; instead, you want to take the sum or average over a row or column group, or over the total set. In many cases, aggregate functions in the Ad Hoc Editor are analogous to SQL functions that can be used with the GROUP BY clause in a SELECT statement.

The Aggregate Functions are as follows:

 Because Aggregate Functions already operate on groups, their use is restricted in the following ways: