I am trying to get the percentage value of the no. of cases in a happy path by dividing by the total no. of cases for that process and display in a single KPI. Any suggestions/formulas on how I can do that?
Page 1 / 1
Hi Mohamed,
If you hover on each variant in Variant explorer, you will get Case Coverage percentage.
Are you looking for the same value.
Regards,
Pooja
Hi @mohamed.ruzli.moham ,
Assuming you're looking for the value @pooja.tiwar11 proposes than something like this should work:
COUNT_TABLE(case table) / GLOBAL COUNT_TABLE(case table)
where COUNT_TABLE(case table) is what you get when you fill in the default kpi 'number of cases'.
Please let me know if this is what you're looking for!
Login to the community
No account yet? Create an account
Login with SSO
Login with Saml2 Login with OpenIdConnector
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.