Jun 01, 2022 01:00 PM
How do i filter records with same tag (like status = ‘Active’ in a multi-select column) inside the multiple tables ( within the same base ) ?
I want to see the filtered records in another view maybe ?
Jun 01, 2022 01:06 PM
If you had a “statuses” table you could convert each of those MultiSelect fields into Link Records fields.
Then you could use either apps or an Interface to view all the records from the relevant tables linked to the currently selected “Status”.