In Map Viewer in ArcGIS Online, the chart styles are not offered for symbolizing layers with Arcade expressions that output numbers as a result.
ArcGIS Online
漏洞 ID 编号
BUG-000172016
已提交
November 5, 2024
上次修改时间
January 7, 2025
适用范围
ArcGIS Online
找到的版本
June 2024
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a known limitation at this time with Arcade. The limitation is a result of a few contributing factors. The first is that Arcade, as a language, does not distinguish between an integer and a double as a data type. This is ultimately why the renderer is not available. The second issue is that, to correctly determine the data type for the entire dataset, the render expression needs to be evaluated for the full dataset. This is not feasible. Just because the test feature returns a single value that is an integer does not mean that will be consistent across the whole dataset.