Calculating a field using Arcade returns an empty text string and not a null value.
上次发布: January 13, 2023ArcGIS Online
漏洞 ID 编号
BUG-000154148
已提交
December 2, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
November 2022
操作系统
N/A
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a known limitation. This issue is to be addressed in a future update when calculating field values is supported directly over the calculate API using Arcade.
解决办法
Use the SQL expression "<field> = NULL" to calculate null values.
Use the Field Calculator in ArcGIS Pro if Arcade must be used.