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 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项