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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動