Schedule a table

Hi there, my app has multiple data tables. I want to schedule one table. As an example ; i want to use that one table only on Friday, i Don’t want my users t use it other days. Meanwhile my other tables will be active and Will be used Daily.

0 1 67
1 REPLY 1

Aurelien
Google Developer Expert
Google Developer Expert

Hi

This is not possible.
Nonetheless, if the structure is the same you may want to use a security filter instead.
I think that will perfectly match your expectations.

Just add another column “weekDayTable”, and set your filter condition on it.
That works similarly to slices, but it prevent any user to access any data they are not supposed to access.
Something like
WEEKDAY(TODAY())=[weekDayTable]
Please see:

Top Labels in this Space