laptop and a wrench

不具合

The Chart widget in Web AppBuilder for ArcGIS displays incorrect sum of attribute values when multiple fields are selected.

最後に公開された状態: April 1, 2016 ArcGIS Online
不具合 ID 番号 BUG-000089370
送信されましたJuly 28, 2015
最終更新日June 5, 2024
適用対象ArcGIS Online
見つかったバージョン3.8
修正されたバージョンOnline 3.10
ステータスFixed

対処法

Replace all the NULL values with zeros in the feature service.Modify chart's preview.js. after the call on line 1906//filter features with number values firstly var fs = args.featureSet.features;and add the following:array.forEach(fs, lang.hitch(this, function(feature) { var attributes = feature.attributes; array.forEach(valueFields, lang.hitch(this, function(fieldName) { if (attributes[fieldName] === null && typeof attributes[fieldName] === "object") attributes[fieldName] = 0; })); }));

再現の手順

不具合 ID: BUG-000089370

ソフトウェア:

  • ArcGIS Online

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

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

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

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

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

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

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