Forum Discussion

RobinvR's avatar
RobinvR
New Member
4 years ago

Convert start and end timestamps into interval data

Hello,

 

I'm struggeling with the following situation. Hopefully someone can help me out!

 

We have a dataset containing timestaps with start and end times on a specific status for each employee.

It looks like this (without employee names for obvious reasons)

 

We want to convert this data into sec per status in a specific timeframe (15 min intervals).

For example:

Interval startInterval endStatusTotal time (sec)
08:4509:00Busy2808
08:4509:00Offline562
etc.etc.etc.etc.

 

Can someone help out how we can achieve this?