I have a simple search:
Status = ‘Active’ AND Priority != ‘Low’
and yet the results include tickets with Low priority. What am I doing wrong?
I have a simple search:
Status = ‘Active’ AND Priority != ‘Low’
and yet the results include tickets with Low priority. What am I doing wrong?
To answer my own question:
The priority must be expressed as an integer via the Advanced Query editor. Using the query builder always adds the priority as a string which won’t work.