laptop and a wrench

Error

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

Última publicación: April 1, 2016 ArcGIS Online
Número de ID del error BUG-000089370
EnviadoJuly 28, 2015
Última modificaciónJune 5, 2024
Relacionado conArcGIS Online
Versión encontrada3.8
Versión corregidaOnline 3.10
EstadoFixed

Solución alternativa

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

Pasos para reproducir

ID del error: BUG-000089370

Software:

  • ArcGIS Online

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga