laptop and a wrench

Bug

When null values are being passed through a Python label expression in a tile package, random values that are not associated with the feature are drawn as labels instead of no label.

Last Published: December 18, 2017 ArcGIS for Desktop
Bug ID Number BUG-000109602
SubmittedNovember 16, 2017
Last ModifiedJune 5, 2024
Applies toArcGIS for Desktop
Version found10.5.1
StatusWill Not Be Addressed

Additional Information

We apologize that we were unable to address this issue within the current product support cycle.  If the issue continues to affect your work in a supported release, please contact Technical Support.

Workaround

Instead of returning null in the Python label expression, use: " "Example:def FindLabel([CN_PARCEL_]  ):    if str([CN_PARCEL_]) == "123456":        return " "    else:        return str([CN_PARCEL_])

Steps to Reproduce

Bug ID: BUG-000109602

Software:

  • ArcGIS for Desktop

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options