laptop and a wrench

Bug

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

Zuletzt veröffentlicht: October 21, 2022 ArcGIS Survey123
Bug-ID-Nummer BUG-000151980
EingereichtAugust 30, 2022
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Survey123
Gefunden in Version3.15
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusDuplicate

Workaround

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

Schritte zur Reproduzierung

Bug-ID: BUG-000151980

Software:

  • ArcGIS Survey123

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln