I have 3 tables - projects, tasks, shows
Records in projects and records in tasks are linked to shows.
I'd like to have an interface where I can see all of the projects and all of the tasks related to a show on the same page.
Is there a way to use the filter = show name, to then show a grid of the projects and a grid of the shows with that show name?