Hi
I searched the forums and the user manual and not seen an example of how I can perform a search for items with a criteria I don't want.
eg I have a list of 5 records. I want to perform a search for items that aren't 2 and 4.
PID
1
2
3
4
5
I can use !2 to reduce the list to
PID
1
3
4
5
What I can't figure out is how to incorporate the other criteria. I have tried the following...all of which don't work...
!2||!4
!(2||4)