Query.Datagrid.Aggregate.groupMax()

Signature

void groupMax(String resultSetName, String entityUri, String fieldName, String filter, String... groupByFieldNames)

Domain

QUERY, ACTION

Description

Find the maximum of the entities from the field specified by field name, of the specified URI, which satisfies the condition in the filter for each group.

Parameters

NameTypeDescription
resultSetNameStringThe resultset name
entityUriStringThe entity uri.
fieldNameStringCondition to be satisfied by the entities in the result.
groupByFieldNamesString...Names of the fields in groupBy clause.

Returns

TypeDescription
void

Cautions

none