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.
上次发布: August 31, 2014ArcGIS Explorer
漏洞 ID 编号
NIM082431
已提交
July 3, 2012
上次修改时间
April 2, 2025
适用范围
ArcGIS Explorer
找到的版本
Build 1750
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
解决办法
For a query on a text field that contains numbers, build it like below:where "FieldName" = '123456'