Forum Discussion
Anonymous
5 years agoNot applicable
How can I track multiple time differences simultaneously based on another column?
Hi all, I need help in tracking multiple smiultaneous timestamps. I have a simple table like the one attached. Table with columns Person ID, Time, Worktype and Index This is a table that...
lbendlin
5 years agoSuper User
If you can live with minute level granularity (ie not down to the second) then you can use GENERATESERIES and INTERSECT/EXCEPT approach to collect the number of minutes for each position regardless of they are combined or not.