laptop and a wrench

Error

A survey form fails to initialize in the ArcGIS Survey123 web app when the pulldata() function is used in conjunction with the '+' operator.

Última publicación: October 21, 2022 ArcGIS Survey123
Número de ID del error BUG-000151980
EnviadoAugust 30, 2022
Última modificaciónJune 5, 2024
Relacionado conArcGIS Survey123
Versión encontrada3.15
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoDuplicate

Solución alternativa

  1. Use the ArcGIS Survey123 Field App to submit the survey.
  2. Use the pulldata() function to pull the latitude and longitude values into the two separate questions and then use the concat() function with these values for the calculation of the geopoint question:
  • Calculation for Latitude: pulldata('Intersections', 'Lat', 'IntersectionID', ${intersects})
  • Calculation for Longitude: pulldata('Intersections', 'Long', 'IntersectionID', ${intersects})
  • Calculation for Geopoint: concat(number(${Latitude}),' ',number(${Longitude}))

Pasos para reproducir

ID del error: BUG-000151980

Software:

  • ArcGIS Survey123

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