Query.Datagrid.Aggregate.groupAvgList()
Signature
Object groupAvgList(String resultSetName, String entityUri, String fieldName, String filter, String... groupByFieldNames)
Parameters
Name | Type | Description |
resultSetName | String | The resultset name |
entityUri | String | The entity uri. |
fieldName | String | Name of the field used for computation. |
filter | String | Condition to be satisfied by the entities in the result. |
groupByFieldNames | String... | Names of the fields in groupBy clause. |
Returns
Type | Description |
Object | Return a List of rows. Each row may be a single Object column or an Object[] of columns. |