I have an OPNQRYF selection string that uses %VALUES to limit selected records:-
MyField *EQ %VALUES("A" "B "C")
I am having trouble finding the syntax for the reverse operation. I expected the following to be valid but its rejected at runetime.
MyField *NE %VALUES("A" "B" "C")
Any idea how I exclude values in an OPNQRYF selection string?
Dazed and confused
MyField *EQ %VALUES("A" "B "C")
I am having trouble finding the syntax for the reverse operation. I expected the following to be valid but its rejected at runetime.
MyField *NE %VALUES("A" "B" "C")
Any idea how I exclude values in an OPNQRYF selection string?
Dazed and confused