Database patterns
Practice with patterns
In your companion doc:- Create another view of your Tasks table (type “/tasks”)
- Add a column called Team
- Make it a Relation column, create a new table when prompted and put that table below your newly create View of Tasks
- Add some teams in your Team table
- In your View of Tasks table, assign some teams to tasks
- Back in your Team table, used a Linked Relation column to pull in the tasks assigned to each team.
- Count those tasks in another column in your Team table.
Was this helpful?
YesNo