Query.Datagrid.Aggregate.filterMaxList()

Signature

Object filterMaxList(String resultSetName, String entityUri, String fieldName, String filter)

Domain

query

Parameters

NameTypeDescription
resultSetNameStringThe resultset name
entityUriStringThe entity uri.
fieldNameStringName of the field used for finding the minimum value.
filterStringCondition to be satisfied by the entities in the result.

Returns

TypeDescription
ObjectReturn a List of rows. Each row may be a single Object column.

Cautions

none