I have a 4 table layered structure in my base. VP<->Objective<->KR<->Project. Each layer has a link to the layer above/below it. I am creating an interface to show all of the work under each VP. For Objectives solely under 1 VP, this is working great. My challenge is that we have some Objectives that are shared between multiple VPs. When I show those, I want the table to look like this:
Shared Objective
Shared KR
Projects (filtered to show only the selected VPs projects)
I have fields in the Projects table that I can use to filter, but have no way (that I can see) to apply a filter in this way.
I tried creating a link from Project<->VP. From that, I can build a table of Projects grouped by KR, but I can't show any of the KR information in the table. Is there a way to do what I am trying?