Erro
Número de ID do Erro | BUG-000154016 |
---|---|
Enviado | November 29, 2022 |
Última Modificação | August 23, 2024 |
Aplica-se à | ArcGIS Online |
Versão encontrada | November 2022 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 10.0 64 Bit |
Status | 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 do Erro: BUG-000154016
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri