Query.Datagrid.Aggregate.maxList()

Signature

Object maxList(String resultSetName, String entityUri, String fieldName)

Domain

query

Parameters

NameTypeDescription
resultSetNameStringThe resultset name
entityUriStringThe entity uri.
fieldNameStringName of the field used for computation.

Returns

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

Cautions

none