Forum Discussion
molzmad
Helper I
5 years agoTime Reset
Hi, I have data for a bar in the example file, the bar is open till 4am every morning, so i am looking for help to get the report to show this, Basically i want the working day to start at 4:00am...
- Anonymous5 years ago
Hi molzmad
You want something like this? The day starts with 4am to the next day 4am? You can create a connected HourTable, hours in Text format, connect to your Hours, Sort this column with another column (use Index here)
Anonymous
5 years agoNot applicable
You can add a custom column to minus 4 hours from the original date column, then use it to create visuals.
= [timestamp] - #duration(0,4,0,0)
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.