Arcade expressions in ArcGIS Pro do not accept attribute values cast as variables and return the error message, "Field not Found."
ArcGIS Pro
漏洞 ID 编号
BUG-000166391
已提交
March 29, 2024
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
3.2.2
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
When a script is executed, it is analyzed for fields in use and only those fields are included in the database query. When a variable is used as the field name, it prevents this analysis. The workaround to this issue is to declare the field using the Expects() function which can take wildcards.