How do I turn off labels that have null values? I am using a leader with this label but I want it turned off if the values are null
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
you can add a query filter to which labels will be rendered. http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=About_labeling http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Displaying_labels Check the section "Controlling which features are labelled". Essentially, you will add a query to the label manager, something like this
And then, nulls won't be rendered. |
|||
|
|
