G
Greg
I am trying to calculate the total # of days between start and end dates for
multiple events when they go back and forth from different queues. Example:
Date - Queue1 Pending
Date - Queue1 In Process
Date - Queue1 Complete
Date - Queue2 Pending
Date - Queue2 In Process
Date - Queue2 Complete
I can calculate if each event has a pending, in process and complete event
but there are cases where an item is being tracked and is in process in
queue2 then goes to a research queue with an eventy type of in process then
back to queue2 as in process. My question is if a queue doesn't have an
event of pending to begin an event and an event of complete to end an event,
how to calculate the difference between dates if an event only has a pending
and in process. I need to calculate the number of days in each queue even if
there is only a pending event and an in process event or an in process event
and a complete event. The dates are from a tracking system that tracks new
documents from receipt through completion.
multiple events when they go back and forth from different queues. Example:
Date - Queue1 Pending
Date - Queue1 In Process
Date - Queue1 Complete
Date - Queue2 Pending
Date - Queue2 In Process
Date - Queue2 Complete
I can calculate if each event has a pending, in process and complete event
but there are cases where an item is being tracked and is in process in
queue2 then goes to a research queue with an eventy type of in process then
back to queue2 as in process. My question is if a queue doesn't have an
event of pending to begin an event and an event of complete to end an event,
how to calculate the difference between dates if an event only has a pending
and in process. I need to calculate the number of days in each queue even if
there is only a pending event and an in process event or an in process event
and a complete event. The dates are from a tracking system that tracks new
documents from receipt through completion.