Query.Datagrid.Aggregate.filterSum()

Signature

void filterSum(String resultSetName, String entityUri, String fieldName, String filter)

Domain

query

Parameters

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

Returns

TypeDescription
void

Cautions

none