Skip to main content
Does someone know how to code dynamic happy path in the PQL?
You know there is a dynamic happy path ratio in the process overview. Can we show the happy path gauge in the sheets by discovering the code?
Can you find most frequent process variant in pql?

Hi,

We can solve this issue with the combination of 2 KPIs in a table,

one that generates different variants : "'Variant #' || UNIQUE_ID(VARIANT ( "_CEL_O2C_ACTIVITIES"."ACTIVITY_EN" ))"

2nd the case count against the variant.

 

The variant with the highest case count can be taken as the happy path and then select that Variant to apply a filter for the happy path.


Reply