laptop and a wrench

不具合

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

ArcGIS Survey123
不具合 ID 番号 BUG-000165572
送信されましたMarch 2, 2024
最終更新日November 5, 2024
適用対象ArcGIS Survey123
見つかったバージョンN/A
オペレーティング システムN/A
オペレーティング システムのバージョンN/A
ステータスAs Designed

参考情報

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.

対処法

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

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

再現の手順

不具合 ID: BUG-000165572

ソフトウェア:

  • ArcGIS Survey123

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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