Question in product: FileNet 5.5.7 CPE.
Can you please help with the ACCE Query or API to directly get the actual count of documents group by certain metadata and filter by search criteria. Currently, we are only able to implement this by running a query that list all the docs that matches the search criteria and then use API to get the count. Instead we are looking for a kind of reporting query to just give the count of docs based on search criteria and group by. For example, like below.
Select count(1), DocumentType from Document group by DocumentType.
We need to call this query from the application for Dashboard feature.
------------------------------
Mohan Chandran
------------------------------