Is there a way to label a feature based on its values?

880
2
11-26-2016 09:53 AM
MINZHIYE
New Contributor III

I have a feature that has 2 values: 0/ 1. I only want to label those who has value = 1. What should I do? Thank you!

Best,

MY 

Tags (1)
0 Kudos
2 Replies
JayantaPoddar
MVP Esteemed Contributor

Layer Properties > Labels.

From Drop-down, select "Define classes of features and label each class differently" > Click SQL Query.

In SQL Query Dialog, enter

<FieldName> = 1



Think Location
MINZHIYE
New Contributor III

Wonderful!!!! 

Thank you Jayanta