Forum Discussion
Time 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 and it to end at 3:39am the next day, is there any way this can be shown on the graph?
It would also be helpful to have the occupancy calculation to reset at 4:00, I have already done this calculation, it would be great if someone could help as im not an expert.
Thank you so much,
link to the example report below
https://drive.google.com/file/d/1LOYl0P_7kLu_Xe60UDuxC14ZiKMexcEa/view?usp=sharing
- 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)
3 Replies
- AnonymousNot applicable
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)
- molzmadHelper I
Awesome, i'll give that a go, thank you so much
- AnonymousNot 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.