G
Guest
I need help figuring out the critera operator expression when you're trying
to exclude a piece of information.
For example, here is what my Tests field looks like:
Customer ID Tests
1 T993, T992, T991
2 T992
4 T995
5 T992, T993
6 T995, T992
I want to query all records that DON'T have test T993 listed. I've tried:
not "T993"
<> "T993"
And those don't seem to work.
to exclude a piece of information.
For example, here is what my Tests field looks like:
Customer ID Tests
1 T993, T992, T991
2 T992
4 T995
5 T992, T993
6 T995, T992
I want to query all records that DON'T have test T993 listed. I've tried:
not "T993"
<> "T993"
And those don't seem to work.