Making Sub-checklists

Hello. I’m trying to create a connected subtable for a procedure. The idea is that once the checklist in a process table (for example Process 1 table) is complete, it will show it checked in the checkbox of the parent table (Process 1 in the Procedure table). I also want the process tables to be under the procedure, not visible yet accessible, but still connected. Lastly, I want to make a button that resets all of the checkboxes globally at once. Thanks in advance for the help.

1 Like

I think there’s may ways to achieve that, here’s a quick one I did.

You need to set the tasks as sub table of Processes, in this way it’s quite easy to extract the % of tasks completed as a new column and mark them done when = 100%
When you expand each Process row you can see the list of tasks and mark them completed from there.

To reset all the tasks you can do it with a column button in the tasks table (you can hide the column) and a main button that push them.

1 Like