Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want Time_Dateout time to display every 4h starting from 06:00:00 Am.
Maybe with: time(floor(YourTimeField, 4/24))
The data is showing every 4h already, but I still want it to start from 06:00:00 AM because now you gave me the data to start from 4:00:00 AM
Maybe with: time(floor(YourTimeField, 4/24) + maketime(2))
Further it might be more suitable to make such categorizing within the data-model within the master timetable.