I am currently creating a Todo app where each day a number of todo tasks are set for staff to complete. I have based the todo task entry and management on the sample Manual Sorting App (where the order of the todo task is important)
where the PARENT table contains dates as a record (each day is a separate record) and the CHILD records are the todo task that need to be completed each day.
I would like the staff to have to complete the todo task sequentially or give them the 2 task at a time. So if the todo list for today has 10 child records then they would be allowed to mark only task 1 and task 2 as complete. The remaining 8 task would be locked (they can still view but cannot mark as complete). If task 2 is complete, then task 1 and task 3 would be allowed to be marked as complete, task 4-10 would still be locked. and so on ...
Is anyone able to give me any idea on how I could implement this ?
Thanks
Solved! Go to Solution.
Like everything in AppSheet, there's 4-ways of doing it - but here's one option you might pursue:
TOP([Remaining_ToDo_Items], 2)
Like everything in AppSheet, there's 4-ways of doing it - but here's one option you might pursue:
TOP([Remaining_ToDo_Items], 2)
Thanks
User | Count |
---|---|
15 | |
12 | |
9 | |
8 | |
4 |