laptop and a wrench

Bug

Date format with pulldata (“@layer”) function is displayed incorrectly in ArcGIS Survey123 Web when read only is enabled.

ArcGIS Survey123
Bug-ID-Nummer BUG-000165572
EingereichtMarch 2, 2024
Zuletzt geändertNovember 5, 2024
Gilt fürArcGIS Survey123
Gefunden in VersionN/A
BetriebssystemN/A
BetriebssystemversionN/A
StatusAs Designed

Zusätzliche Informationen

When querying attributes from a date field in a feature layer, the values are returned as UNIX timestamps. However, ArcGIS Survey123 web app only supports decimal date and time which means the dates must be converted. It is recommended to use decimal date format, because then the XLSForm expressions works both in the field and web apps. The ArcGIS Survey123 web app ONLY supports decimal time. For example: date-time(int(${timestampqueried})div 86400000) Refer the documentation https://doc.arcgis.com/en/survey123/desktop/create-surveys/decimaldatetime.htm for more information.

Workaround

Convert dates queried from the feature layer (timestamps) to decimal date time.

e.g. date-time(int(${timestampqueried})div 86400000) 

Schritte zur Reproduzierung

Bug-ID: BUG-000165572

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