Bogue
Numéro d’ID de bogue | BUG-000160849 |
---|---|
Envoi | August 23, 2023 |
Dernière modification | August 19, 2024 |
S’applique à | ArcGIS Online |
Version trouvée | N/A |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 64 Bit |
Statut | 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 de bogue: BUG-000160849
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support