Hi all --
I hope I am missing something, but I thought this would be easier. What I want to do is filter on a field if it contains only a particular set of strings. In other words, let's use the strings A, B, C -- case insensitive.
My data is in a single field, concatenated with a comma.
If I use an AND, it will bring back anything that at least matches the below string but could have other items. If I use an OR, it will match any of the items and return rows with other information as well.
| A, B, C | Match |
| A, B, C, D | No Match |
| B,A,C | Match |
| C,R,Q,A,B | No Match |
I'm sure I am missing something, so thank you for your help.
Regards,
Seth