Query.Datagrid.Aggregate.filterCountList()

Signature

Object filterCountList(String resultSetName,String entityUri, String filter)

Domain

QUERY, ACTION

Description

Count the number of entities of the specified URI, which satisfies the condition in the filter.

Parameters

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