Skip to main content

Example: A(1)-C-B(1)-A(2)-B(2)-N-A(3); In this case I need the throughput time between A(1)->B(2). any ideas? 

 

For the rest it should show me values like

C->B(1),

B(2)->N and

N->A(3)

 

Currently I use something like the following

 

DATEDIFF(dd, SOURCE ( "ACTIVITIES"."EVENTIME" ),TARGET( ( "ACTIVITIES"."EVENTIME" )))

 

However this works for the rest of the flow but for A(1)->B(2) it will just return 0

Hi,
Please find this document page that shows you how to use the throughput time :
https://docs.celonis.com/en/throughput-times.html#idm45248670665808

Many thanks for understanding.
Have a great day.
Hi,
Please find this document page that shows you how to use the throughput time :
https://docs.celonis.com/en/throughput-times.html#idm45248670665808

Many thanks for understanding.
Have a great day.

Does not answer my question @ilmi.hajdi I am looking for specific flow i.e for this case A(1)-C-B(1)-A(2)-B(2)-N-A(3); time between A(1)->B(2)

For the rest it should show me values like

C->B(1),

B(2)->N and

N->A(3)

 


Maybe CASE WHEN and several PROCESS EQUALS (one for each combination)?

 

HTH


Maybe CASE WHEN and several PROCESS EQUALS (one for each combination)?

 

HTH

Would be very difficult to make it dynamic..


Reply