laptop and a wrench

Erro

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

Última Publicação: April 1, 2016 ArcGIS Online
Número de ID do Erro BUG-000089370
EnviadoJuly 28, 2015
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS Online
Versão encontrada3.8
Versão FixaOnline 3.10
StatusFixed

Solução Provisória

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

Etapas para Reproduzir

ID do Erro: BUG-000089370

Software:

  • ArcGIS Online

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download