In ArcGIS Pro, the Validate Join option in the Add Join tool and the Join Field tool shows the incorrect cardinality message.
上次发布: April 12, 2022ArcGIS Pro
漏洞 ID 编号
BUG-000146765
已提交
February 9, 2022
上次修改时间
June 2, 2025
适用范围
ArcGIS Pro
找到的版本
N/A
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The provided case is not a 1:m cardinality join; rather, it is a 1:1 join, as the join table's UniqueID field contains only unique values. If there were duplicate values in that field, it would result in a 1:m join to the same value in the input table's UniqueID field, and this would be reported as such when using Validate Join. However, that is not the case.