This is may be an idiotic question with an obvious answer.
Can I execute the query using only one expression?
It seems to me that the only way to do this is to set "Both" and set the second query that you don't need to something like "OBJECTID_1 is greater than 0".
If you use only one query, you get an error since it expects both expressions to be valid.
Thanks.
Solved! Go to Solution.
Have you tried just adding a Filter expression instead of expression set?
Filter Expression should only have one definition where expression set is multiple.
Have you tried just adding a Filter expression instead of expression set?
Filter Expression should only have one definition where expression set is multiple.
Thank you. I was right, an idiotic question.