Hi Farhat,after setting up your ETL in Process Intelligence you can download the event log as an ETL file from any successful execution of a Transformation & Load in PDM.Hope this helps, let me know if you have any further questions.Best,Nicolas
Hi Ryan, not sure if I got that. In cases of rework loops, do you still want to calculate the average cycle time of that case? The default formula for cycle time looks at the LAST or FIRST event of each case (not event or instances of events). Hence ...
Hi Santiago, please let me know if the following code works. I've now filtered for >1 payment type.SELECT"Proveedor","Count Método de Pago","Metodo de pago"FROM (SELECT
"PO Vendor Name" as "Proveedor"
,COUNT("Payment Method Code REGUH") as "Count Mé...
Hi Ryan, a cycle time calculates the time between two events in a case. The SiGNAL code for the standard cycle time calculation looks like this:SELECT AVG ((SELECT LAST (END_TIME)) -- timestamp of the second event, in this case the last event of a ca...