Query.Datagrid.Aggregate.filterMinList()

Signature

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

Domain

QUERY, ACTION

Description

Find the minimum of the entities from the field specified by field name, of the specified URI, which satisfies the condition in the filter.

Parameters

NameTypeDescription
resultSetNameStringThe resultset name
entityUriStringThe entity uri.
fieldNameStringCondition 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