Skip to main content
Question

How to get percentage value of happy path (most common variant)?

  • August 14, 2021
  • 2 replies
  • 10 views

Forum|alt.badge.img+7

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?

2 replies

Forum|alt.badge.img+7

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

 


joos.buijs
Level 10
Forum|alt.badge.img+2
  • Level 10
  • August 16, 2021

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!