Jun 18, 2024 10:14 AM - edited Jun 18, 2024 10:20 AM
I have a table listing persons linked to another table showing tasks. I'm trying to show the remaining tasks a person needs to do.
Example: These two tables are linked
Each time a person competes a task I link them to the task, so Bob will have 2 tasks done (linked to his record), but Mary will have 30 of the 34 tasks.
It is easy to see how many tasks each person has done, but it is hard to see which ones remain. How do I go about doing this?
Example goal: Mary: 4 tasks remaining, which are W X Y Z
Jun 18, 2024 11:52 AM
You will need to have 3400 Tasks (34 x 100). Each of the 100 people has 34 tasks linked to them.
Each time someone completes a task linked to them, the tasks is marked complete with a check box field.
In order to create all these tasks, I would recommend a repeating automation.
Feel free to schedule a session if you need further assistance!
Jun 18, 2024 08:41 PM
Hmm, is this list of tasks static? With reference to the example you provided, does this mean that you have 34 records in the 'Tasks' table, and each of these tasks is linked to 100 people when everyone has completed their tasks?
Jun 21, 2024 11:06 PM
Thank you for the replies.
The list of 34 items is static, and is meant to be done by all 100 people.
I tried linking all 34 tasks to a person in one column, and then deleted the actual completed tasks, with the hope of showing the remaining tasks, but this did not work. I feel like there should be a way to reference the total list (34) and only show the remaining (as if I subtracted completed tasks).