I have a date/time field "Timestamp" that is a date/time an agent changes an Event Type (values are login, ready, not ready, logout).
I group on the Agent Name, then on @Date - which is a formula datetimetodate({eAgentLoginStat.Timestamp}). Then I group on time - datetimetotime({eAgentLoginStat.Timestamp}).
I need an elapsed time between each Event Type. So, if an agent has an Event Type of Login at 8:03:12AM and then a Ready Event Type at 8:04:25AM, I want to show that the Login elapsed time was 0:01:13.
The date/time is only one field, Timestamp.
Thanks very much in advance.
I group on the Agent Name, then on @Date - which is a formula datetimetodate({eAgentLoginStat.Timestamp}). Then I group on time - datetimetotime({eAgentLoginStat.Timestamp}).
I need an elapsed time between each Event Type. So, if an agent has an Event Type of Login at 8:03:12AM and then a Ready Event Type at 8:04:25AM, I want to show that the Login elapsed time was 0:01:13.
The date/time is only one field, Timestamp.
Thanks very much in advance.