Numéro d’ID de bogue |
BUG-000172494 |
Envoi | November 21, 2024 |
Dernière modification | December 16, 2024 |
S’applique à | ArcGIS Survey123 |
Version trouvée | 3.21 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 64 Bit |
Statut | As Designed
Après examen par l’équipe de développement, il a été déterminé que ce comportement est prévu. Pour plus d’informations, reportez-vous à la section Informations supplémentaires.
|
Informations supplémentaires
This is by design. Refer to this documentation https://doc.arcgis.com/en/survey123/desktop/create-surveys/decimaldatetime.htm for more information.
To ensure that surveys work consistently in both the field app and the web app, use ISO 8601 format or decimal time in date and time calculations.
For example the calculation below only works in ArcGIS Survey123 field app:
int((${end_time} - ${start_time}) div (1000*60))
However, using decimal-time format in the same calculation works in both field app and web app:
(decimal-time(${end_time}) - decimal-time(${start_time})) *24 *60
Solution de contournement
N/A
Étapes pour reproduire
ID de bogue: BUG-000172494
Logiciel: