Classification based on time stamp

Right, well in that case just add a custom colum and enter this in the window that pops up:

if List.Contains( List.Times( #time(6,0,0), 12*60*60, #duration(0,0,0,1)), [Time stamp] ) then "Day shift" else "Night shift"

.
and/or you can also examine a Time table

2 Likes