Skip to main content

Hi @all,

 

I have cases like this A-B-C-A-B-C or A-B-A-C-B-C like a loop with 3 activities, I want calculate between A and C activities. Also I have activity attribute for example first A-B-C activities have "ORDER" column value "1" and second A-B-C loop have "2". How can I calculate this situation?

Thanks, Selim

What exactly do you want to calculate, cause there are a lot of options here.

Do you want to know the time between the start of loop 1 until the time of start of loop 2?

so start of A-1 to start of A-2 ?


Thanks for answer. I want calculate start of A and start of C but both of them ORDER column values are must be same. Then will be continuously every A and C which activities have same order column values.


I think you can find the detailed information at Help page by following Celonis Product Documentation> PQL - Process Query Language>Examples and Use Cases> Throughput Times.

 

You can use CALC_THROUGHPUT() function.


Reply