Skip to main content
Question

Is it possible to count only cases that has reached an activity, but exclude all others that has reached the same activity and then moved on to the next activity?

  • October 24, 2023
  • 2 replies
  • 9 views

We are trying to only display invoices that are currently in verification and then calculate how long its been in verification for, but we cant find a suitable function for it.

 

Any help would be greatly appreciated

2 replies

  • Level 6
  • October 24, 2023

Hi @jack.evera ,

 

You can use PROCESS EQUALS functionality along with COUNT which will help you in achieving your requirement.

Link: PROCESS EQUALS

 

Best Regards,

Shravya B


  • Author
  • Level 3
  • October 24, 2023

Thanks yes you are right. My task is a bit more complex so I will post another query with more info.