laptop and a wrench

不具合

Arcade expression in ArcGIS Online fails with an error message "Runtime error: Out of Bounds" on a server service published from ArcMap 10.6 using feature classes from an Oracle 11g 10.6 geodatabase.

最後に公開された状態: March 5, 2018 ArcGIS Online
不具合 ID 番号 BUG-000110566
送信されましたJanuary 4, 2018
最終更新日June 5, 2024
適用対象ArcGIS Online
見つかったバージョンN/A
オペレーティング システムN/A
ステータスKnown Limit

参考情報

In Arcade, it is the users' responsibility to handle null records. The script attempted to split a null value on a ' ' which is not possible, hence the error if the data has the potential to contain nulls first check for nulls before splitting. For example, if (IsEmpty($feature.Name)) { return "No Name" } else { var Book = Split($feature.Name, ' ')[0]; //console("book", Book); var page = Split($feature.Name, ' ')[1]; //console("page", Page); if (Book != ""){ return Book + "/" + Page; } else { return ""; } }

再現の手順

不具合 ID: BUG-000110566

ソフトウェア:

  • ArcGIS Online

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動