Is there any way we can calculate average throughput time in the process explorer between activities in YEAR or MONTH
I tried creating custom KPI but couldnt go through.
Thanks in adv.
-Amogh
Page 1 / 1
Hi Amogh,
you can specify a custom edge-KPI like this:
This will display the average throughput times in months on every edge.
Cheers
David
you can specify a custom edge-KPI like this:
AVG(
MONTHS_BETWEEN(SOURCE("Activities"."EVENTTIME"),TARGET("Activities"."EVENTTIME"))
)
This will display the average throughput times in months on every edge.
Cheers
David
Thanks David. It worked!!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.