Error
Número de ID del error | BUG-000154016 |
---|---|
Enviado | November 29, 2022 |
Última modificación | August 23, 2024 |
Relacionado con | ArcGIS Online |
Versión encontrada | November 2022 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 64 Bit |
Estado | 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 del error: BUG-000154016
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri