| 漏洞 ID 编号 |
BUG-000149336 |
| 已提交 | May 18, 2022 |
| 上次修改时间 | June 5, 2024 |
| 适用范围 | ArcGIS Online |
| 找到的版本 | 10.1 |
| 操作系统 | N/A |
| 操作系统版本 | N/A |
| 状态 | Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
This does not appear to be a bug with Arcade. When programmatically building field names, it is required to use the Expects function. Refer to this link for more information: https://developers.arcgis.com/arcade/function-reference/data_functions/#expects. The Expects function forces field recognition so that fields are properly queried and the expression executes as expected. Not all profiles have this field optimization, when in doubt, use expects().
解决办法
Use an attribute expression in the pop-up to calculate the sorted value.
重现步骤