Hi,
Does anyone know how to shorten the definition query below?
As you can see, all of them point to the different data within the same field. And it is quite trouble to use this expression everytime but this is the only one I know.
"Name" = 'A' OR "Name" = 'B' OR "Name" = 'C' OR "Name" = 'D'
Thanks!
Siyang