Database patterns

Practice with patterns

In your companion doc:
  1. Create another view of your Tasks table (type “/tasks”)
  2. Add a column called Team
  3. Make it a Relation column, create a new table when prompted and put that table below your newly create View of Tasks
  4. Add some teams in your Team table
  5. In your View of Tasks table, assign some teams to tasks
  6. Back in your Team table, used a Linked Relation column to pull in the tasks assigned to each team.
  7. Count those tasks in another column in your Team table.

Was this helpful?

YesNo