laptop and a wrench

漏洞

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

上次发布: October 21, 2022 ArcGIS Survey123
漏洞 ID 编号 BUG-000151980
已提交August 30, 2022
上次修改时间June 5, 2024
适用范围ArcGIS Survey123
找到的版本3.15
操作系统Windows OS
操作系统版本10.0 64 Bit
状态Duplicate

解决办法

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

重现步骤

漏洞 ID: BUG-000151980

软件:

  • ArcGIS Survey123

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项