Labels in ArcGIS Online using custom expressions (Arcade) on a map service is not saved if using only the $feature.<field> expression.
最後に公開された状態: October 19, 2017ArcGIS Online
不具合 ID 番号
BUG-000108227
送信されました
September 21, 2017
最終更新日
June 5, 2024
適用対象
ArcGIS Online
見つかったバージョン
5.2
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
This is not a bug, if an arcade expression is written with just a single field when applied it is simplified to a single field label. if you were to write a more complex expression $feature.field1 + " test" you would see it reference the custom(expression).
対処法
The expressions work provided that after clicking OK on the expression window, select “Custom Expression” again. It does not change to the custom expression despite a simple custom expression was written.