| Numéro d’ID de bogue |
BUG-000151980 |
| Envoi | August 30, 2022 |
| Dernière modification | June 5, 2024 |
| S’applique à | ArcGIS Survey123 |
| Version trouvée | 3.15 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 10.0 64 Bit |
| Statut | Duplicate
Le problème est le doublon d’un problème existant. Pour plus d’informations, reportez-vous à la section Informations supplémentaires correspondant au problème. Les clients concernés par le doublon du problème sont automatiquement associés au problème ouvert.
|
Solution de contournement
- Use the ArcGIS Survey123 Field App to submit the survey.
- 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}))
Étapes pour reproduire
ID de bogue: BUG-000151980
Logiciel: