Skip to main content

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?

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!


Reply