A query in ArcGIS Explorer Desktop fails to symbolize a feature from an XY event layer in a map service if a varchar column is populated with numbers and queried where (Field = 123456) without quotes.
Last Published: August 31, 2014ArcGIS Explorer
Bug ID Number
NIM082431
Submitted
July 3, 2012
Last Modified
April 2, 2025
Applies to
ArcGIS Explorer
Version found
Build 1750
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Workaround
For a query on a text field that contains numbers, build it like below:where "FieldName" = '123456'