Hello,
I have a base for our sales CRM. In the CRM I have 3 key tables:
- Deals
- Tasks
- Reports
Each Tasks and Report is linked to a Deal. In Deals we have a field "Owner" which is a User field. In both Tasks and Reports we have a linked field "Owner (from Deals)".
I want to create a dashboard for our weekly meeting with one filter to select one or more users from the "Owner" field and then based on that I have 3 grids one each for Deals, Tasks and Reports display records based on the "Owner" filter. (the next step after I solve this would be then to filter records based on a date field, but I believe this isn't going to be a problem).
I can't find any way to cascade the filtering from the Deal Owner to the Tasks and Reports.
The only way I can mentally come up with a model that would work is if I had a table "Owners" and linked the Deals to an Owner. Then I should be able to use a record picker to select the Owner from the Owners table and cascade the filtering down to Tasks and Reports as well.
But then I wouldn't be using the in-built user field and I would have to manually add users to the owner table.
I've created an example base and interface to illustrate what I'm trying to do, see
Base: https://airtable.com/shrOksYRJJpn0oDhM
Interface: https://airtable.com/invite/l?inviteId=invWROPhInsSYXkb1&inviteToken=0edd82be4e48996eb6a9177e3a3dfeb9bd379b5f8413402ed89109ccd0d6f55d&utm_medium=email&utm_source=product_team&utm_content=transactional-alerts
Does anyone have any suggestions?