An unexpected error occurs when selecting by location on a layer that has a join and a definition query defined from joined field/s.
上次发布: August 25, 2014ArcGIS for Desktop
漏洞 ID 编号
NIM057356
已提交
May 13, 2010
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
9.3.1
操作系统
Windows OS
操作系统版本
XP
修正版本
10.1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Exporting after the Join and create a version of the DAC point feature where it is permanent. The select by location/definition query will then work correctly. There would be a problem though performing a definition query on the joined field as the unique values were 2, 1, and NULL (and the query was dac_tab.Festivals > 0) and after the export it was 2, 1, and 0 (which as expected functioned fine).