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