Hi there,
I am looking to extract the processing time on cases. The data is based on events for cases and looks like:
Index,EventDateTime,Event,MinutesUntilNextEventRecord
12345,2002/11/20 16.06.49.91,LOCK,5
12345,2002/11/20 16.11.51.10,UPDATE,1
12345,2002/11/20 16.12.41.12,UNLOCK,60
12345,2002/11/20 17.12.13.85,LOCK,4 etc...
Processing time is defined as the total MinutesUntilNextEventRecord between a LOCK event and the next UNLOCK event. Has anyone got any thoughts on how I could achieve this one ?
Thanks very much,
Alec
I am looking to extract the processing time on cases. The data is based on events for cases and looks like:
Index,EventDateTime,Event,MinutesUntilNextEventRecord
12345,2002/11/20 16.06.49.91,LOCK,5
12345,2002/11/20 16.11.51.10,UPDATE,1
12345,2002/11/20 16.12.41.12,UNLOCK,60
12345,2002/11/20 17.12.13.85,LOCK,4 etc...
Processing time is defined as the total MinutesUntilNextEventRecord between a LOCK event and the next UNLOCK event. Has anyone got any thoughts on how I could achieve this one ?
Thanks very much,
Alec