laptop and a wrench

不具合

In Operations Dashboard in ArcGIS Online, Actions do not work properly if the Category Field contains Japanese strings.

最後に公開された状態: April 17, 2018 ArcGIS Dashboards
不具合 ID 番号 BUG-000113188
送信されましたApril 13, 2018
最終更新日September 3, 2024
適用対象ArcGIS Dashboards
見つかったバージョン6.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスWill Not Be Addressed

参考情報

There is possibly a mismatch between the encoding of the field type (NVARCHAR, in Unicode) and the input character (non-Unicode). Therefore using the "N" prefix can let the database know how to handle the conversion. However, the "N" prefix is a Microsoft convention. Inserting the "N" prefix will imply that Operations Dashboard knows the implementation details of a feature service (e.g. what database is used), and in a RESTful system we should not have this knowledge. I noticed that the service in question actually has the useStandardizedQueries flag disabled. Our recommended workflow is that useStandardizedQueries=true should be enabled. When this flag is enabled, the feature service code will get in the middle between the client and the database and will manipulate the query being built, and the where clause we send should work as is (i.e. without the "N" prefix).

対処法

Enable the use standardized queries flag to make the queries work.

再現の手順

不具合 ID: BUG-000113188

ソフトウェア:

  • ArcGIS Dashboards

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

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

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

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

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

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

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