Calculate throughput time for object-centric data (2024-07-07)
The PQL process function CALC_THROUGHPUT can now be used with object-centric data models. You can use the function to calculate the throughput time between events that are not directly connected to the same object type. For example, here's how to find the number of days taken between a sales order being received and its last item being shipped to a customer:
CALC_THROUGHPUT ( “o_celonis_SalesOrder”, FIRST_OCCURRENCE R"e_celonis_CreateSalesOrder"] TO LAST_OCCURRENCE R"e_celonis_CreateDeliveryItem"], DAYS )
For the function documentation, see CALC_THROUGHPUT.