Select to view content in your preferred language

The use of <> whilst setting up a definition query

3871
12
Jump to solution
07-16-2014 06:40 AM
PatrickMurphy1
Deactivated User

Over the last couple of years I've been using the <> in query builder to exclude out certain categories, unfortunately this year it doesn't seem to be working anymore.

I am using the same data, the same version of ArcMap (10.0 Service Pack 5).

Would be any obvious reason for this

Paddy 

Tags (1)
0 Kudos
12 Replies
PatrickMurphy1
Deactivated User

Hi to All

It has finally worked out for me

I just replaced the "OR" with "AND" and it worked

Thanks all

Appreciate it

Regards

Paddy

0 Kudos
RyanStovern__GISP
Regular Contributor

Sweet. Glad you got it figured out. It is amazing how a little word can change so much.

ChrisCameron
Deactivated User

Here is a tip for doing basically the same thing, but especially useful when you have a longer set/list of values that you are using to exclude records:

STATUS NOT IN ('COMPLETED','EXPIRED')