Hi Tobias,
I don’t think that would work.
There are seven tables (Mon, Tue, Wed, Thu, Fri, Sat and Sun).
Depending what day of the week it is, I would like to show the relevant table and then at the end of the week, they would rotate again.
The pseudo would be something like:
Get day of the week.
If day of the week matches.
Display this table.
Else
Hide this table.
Thank you in advance.