Using definition queries in a personal geodatabase containing a feature class and a table with a relationship class return the following error message, "The expression was verified successfully, but no records were returned."
上次发布: August 8, 2017ArcGIS for Desktop
漏洞 ID 编号
BUG-000102903
已提交
February 14, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.3.1
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The two sides of the provided equation do not exist in the table which means a False value is compared to a False value. This will return a true, and therefore valid statement. However, as the fields do not exist, no actual records will be returned. Therefore this error message is accurate.
解决办法
1. Add the layer and the table to the Table Of Contents.2. Right-click the layer > Joins and Relates > Joins.3. Join the layer and the table based on the common field, and select 'Keep only matching records'.4. Right-click the joined layer > Data > Export Data.5. Export the layer as a new layer, so that all attributes are listed down (common workflow for joining one-to-many data).