Query.Datagrid.Aggregate.groupCount()

Signature

void groupCount(String resultSetName, String entityUri, String filter, String... groupByFieldNames)

Domain

QUERY, ACTION

Parameters

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

Returns

TypeDescription
void

Cautions

none