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, May 26, 2023 (08:43:37 PM)

On This Page

FEEDBACK