Hello,
First post/long time lurker!
I want to visualise the amount of time a telephone Agent has been logged in, per 15 minute interval.
The below example shows the time an Agent has been on the phone, went to a break and then returned on the phone.
I've got about 95% of the way there with multiple IF statements, however this fails when there are multiple logins per interval.
I'm looking for something along the lines of "the sum of time between Logon/Logout which falls during Interval X"
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Status[/TD]
[TD]Login[/TD]
[TD]Logout[/TD]
[TD][/TD]
[TD]Intervals[/TD]
[TD]08:00[/TD]
[TD]08:15[/TD]
[TD]08:30[/TD]
[TD]08:45[/TD]
[TD]09:00[/TD]
[TD]09:15[/TD]
[TD]09:30[/TD]
[TD]09:45[/TD]
[TD]10:00[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]Login[/TD]
[TD]8:00[/TD]
[TD]9:05[/TD]
[TD][/TD]
[TD][/TD]
[TD]00:15[/TD]
[TD]00:15[/TD]
[TD]00:15[/TD]
[TD]00:15[/TD]
[TD]00:05[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Break[/TD]
[TD]9:05[/TD]
[TD]9:20[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]00:10[/TD]
[TD]00:05[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Login[/TD]
[TD]9:20[/TD]
[TD]10:05[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]00:10[/TD]
[TD]00:15[/TD]
[TD]00:15[/TD]
[TD]00:05[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Many thanks!
First post/long time lurker!
I want to visualise the amount of time a telephone Agent has been logged in, per 15 minute interval.
The below example shows the time an Agent has been on the phone, went to a break and then returned on the phone.
I've got about 95% of the way there with multiple IF statements, however this fails when there are multiple logins per interval.
I'm looking for something along the lines of "the sum of time between Logon/Logout which falls during Interval X"
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Status[/TD]
[TD]Login[/TD]
[TD]Logout[/TD]
[TD][/TD]
[TD]Intervals[/TD]
[TD]08:00[/TD]
[TD]08:15[/TD]
[TD]08:30[/TD]
[TD]08:45[/TD]
[TD]09:00[/TD]
[TD]09:15[/TD]
[TD]09:30[/TD]
[TD]09:45[/TD]
[TD]10:00[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]Login[/TD]
[TD]8:00[/TD]
[TD]9:05[/TD]
[TD][/TD]
[TD][/TD]
[TD]00:15[/TD]
[TD]00:15[/TD]
[TD]00:15[/TD]
[TD]00:15[/TD]
[TD]00:05[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Break[/TD]
[TD]9:05[/TD]
[TD]9:20[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]00:10[/TD]
[TD]00:05[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Login[/TD]
[TD]9:20[/TD]
[TD]10:05[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]00:10[/TD]
[TD]00:15[/TD]
[TD]00:15[/TD]
[TD]00:05[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Many thanks!