Error
Número de ID del error | BUG-000160849 |
---|---|
Enviado | August 23, 2023 |
Última modificación | August 19, 2024 |
Relacionado con | ArcGIS Online |
Versión encontrada | N/A |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 64 Bit |
Estado | Will Not Be Addressed |
Use the Max() function with an array of the alphanumeric strings to return 'NaN' as expected. Example code:
var fs = FeatureSetById($datastore, "0", ["stringField"])
// create array to hold alphanumeric string fields
var myArray = []
// add each string field to the array
for (var x in fs)
{ Push(myArray, x.stringField) }
// return the max string value in the array
return Max(myArray)
// returns NaN
ID del error: BUG-000160849
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri