不具合
不具合 ID 番号 | BUG-000154016 |
---|---|
送信されました | November 29, 2022 |
最終更新日 | August 23, 2024 |
適用対象 | ArcGIS Online |
見つかったバージョン | November 2022 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 10.0 64 Bit |
ステータス | As Designed |
Check for null values before creating the date and passing it into the DateDiff function:
var retire = $feature["dateField"]; //.
This is already a date field, and does not need to use the Date() function if (!IsEmpty(retire)) { return IIF(DateDiff(Now(), retire, 'days') >= 0, "retired", "active") } returns null.
不具合 ID: BUG-000154016
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード