I'm currently putting together a dashboard for the various projects we are conducting, however these can fall into X amount of scopes.
For example:
I have scopes: A, B, C, D, etc.
Project1 can have scope A
Project2 can have scope B
Project3 can have scopes A, B, and C.
When using the type selector, I select scope A, the dataset should return Project1 and Project3, and when I select scope B, the dataset should return Project2 and Project3, etc.
What is the best way of managing this in the one field (if possible)? Or should I have multiple fields with 1's and 0's in them?