laptop and a wrench

Bogue

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

Dernière publication: April 1, 2016 ArcGIS Online
Numéro d’ID de bogue BUG-000089370
EnvoiJuly 28, 2015
Dernière modificationJune 5, 2024
S’applique àArcGIS Online
Version trouvée3.8
Version de correctionOnline 3.10
StatutFixed

Solution de contournement

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; })); }));

Étapes pour reproduire

ID de bogue: BUG-000089370

Logiciel:

  • ArcGIS Online

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement