Key-Value Count | Community
Skip to main content
New Participant
August 14, 2023
Question

Key-Value Count

  • August 14, 2023
  • 1 reply
  • 858 views

Hi Team, I have five bundles in the below example and I need the count of bundles that has 'Processed' Status only. Please tell me how I can achieve it. 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

_Manish_Singh
New Participant
August 14, 2023

I am not sure if this is the best approach, but I would add a numeric aggregator with the COUNT aggregate function. Then, enable advanced settings and group the bundles by status.

In this case I'm assuming you don't want to filter status = Not Processed

ElanR1Author
New Participant
August 14, 2023

Hi Manish, It works but I will need my iterator values (source module for this numeric aggregator) to calculate if all my docs are processed matching with values coming from aggregator. If do it this way, I cannot get iterator values.

 

Is there any other way to get count of bundles that has "Status=Processed" in a tools>set variable. 

 

 

 

 

 

 

_Manish_Singh
New Participant
August 14, 2023

Can you share a screenshot of your scenario please?