Hello,
I need help creating a display as follows;
-
I’m creating an app to manage status of multiple location of a company. I simply want to have a user select Yes or No to imply Open or closed.
-
The user can only update/edit the location status once a day, by defaut it is blank.
-
The list of locations is a growing list. but I need to have all locations dispalyed everyday, with blank column for the user to update.
-
I need to collect data showing each location and operation status i.e closed or open for each day over a long period of time.
I need to display a view like this, with the status colum editable per location, but only once a day:
Please advise on how I can go about this.
Thank you so much.