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