IBM TechXchange Business Automation DACH User Group

IBM TechXchange Business Automation DACH User Group

Die Business Automation DACH User Group ist eine Plattform für alle Anwender des IBM Business Automation Portfolio

Das Ziel dieser Community ist es:

  • sich in Expertengruppen auszutauschen
  • von gemeinsamen Erfahrungen zu profitieren
  • andere IBM-Anwender und IT-Professionals kennenzulernen
  • wertvolle Netzwerke aufzubauen
  • persönliche Kanäle für exklusive IBM-Insights aufzubauen
  • Impulse aus der Praxis für die Weiterentwicklung des IBM-Portfolios bereitzustellen

#BusinessAutomationWorkflow(BAW)
#OperationalDecisionManager(ODM)
 View Only
  • 1.  Dashboard Query - Count of docs group by metadata.

    Posted Mon February 06, 2023 02:00 PM
    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
    ------------------------------


  • 2.  RE: Dashboard Query - Count of docs group by metadata.

    Posted Mon April 03, 2023 10:01 AM

    To get the actual count of documents group by certain metadata and filter by search criteria using ACCE API, you can use the "Aggregate Query" endpoint. The Aggregate Query endpoint allows you to run aggregate queries against your content and returns the result as an aggregation of the data.



    ------------------------------
    noah Jeffr
    ------------------------------



  • 3.  RE: Dashboard Query - Count of docs group by metadata.

    Posted Mon April 03, 2023 10:14 AM

    Thanks for your reply. Can you please share some example or tech note for Aggregate Query endpoint. Is it possible to use Aggregate Query thru API from application apart from ACCE?



    ------------------------------
    Mohan Chandran
    ------------------------------



  • 4.  RE: Dashboard Query - Count of docs group by metadata.

    Posted Mon April 03, 2023 10:15 AM

    Based on the documentation, I see Aggregate function is available only for Background Seach query? please let me know if this is feasible thru API from application.



    ------------------------------
    Mohan Chandran
    ------------------------------