I have a field that has multi select options (options being A, B and C).
I have created another combobox with the same options in for filtering.
Is there a way that i can filter a gallery to only show records where one (or more) of the options selected in the combobox are in the multiselect field?
Eg.
Record Choice
1 A,C
2 B,C
3 B
If the user selects A and C from the combobox i would want records 1 and 2 to show.
I havent a clue if this is even possible, ive done some digging online but it seems i need an adult. Any help would be much appreciated.