Hello. I'm creating a searchable database in a Dashboard for users to find open grants that meet their needs.
The table containing this data that I'm working with ('Open Grants') has these (and other) columns:
Grant Name | Status | Focus Area 1 | Focus Area 2 | Focus Area 3 | Funder Type...
For any given grant, we may have tagged it with one, two, or three focus areas. I have a separate table/list with these focus areas ('Focus Areas') which I am using as one widget for users to select from, and I would like all of the grants that have their selected focus area to be filtered out into a list for them.
As an example, a user may select waste management, so I would like the 'Open Grants' table to filter for all grants that have waste management listed under either Focus Area 1, Focus Area 2, or Focus Area 3.
I've made a coule of attempts at this, but I am sure I'm so far off that I might as well be starting from scratch.
Any help would be greatly appreciated!
Lisa