Free cookie consent management tool by TermsFeed a!queryAggregation() Function
a!queryAggregation() Function
This function cannot be used with Custom Record Field Expressions. It can only be used with Offline Mobile if it is loaded at the top of the form.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

Function

a!queryAggregation( aggregationColumns )

Creates an Aggregation object for use inside a Query object.

See also: Aggregation, AggregationColumn, Query

Parameters

Keyword Type Description

aggregationColumns

List of AggregationColumn

A list of AggregationColumns that indicate which fields to group or aggregate, created with a!queryAggregationColumn.

Returns

Aggregation

Usage consideration

Required parameter

The aggregationColumns parameter is required.

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

a!queryAggregation() Function

FEEDBACK