Bug
Bug-ID-Nummer | BUG-000160849 |
---|---|
Eingereicht | August 23, 2023 |
Zuletzt geändert | August 19, 2024 |
Gilt für | ArcGIS Online |
Gefunden in Version | N/A |
Betriebssystem | Windows OS |
Betriebssystemversion | 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
Bug-ID: BUG-000160849
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen