AggText
AggText returns a text value when given a warehouse aggregate function and acceptable argument(s).
This function is the aggregation version of CallText.
Usage
AggText(function name, arguments...)
function name (required): The name of an aggregate function supported by your data warehouse. The function must return a text value.
arguments (required): One or more arguments to be passed to the warehouse function. All arguments must meet the warehouse function’s input requirements.