What cant NetSuite sort number fields correctly. ...
# performance
p
What cant NetSuite sort number fields correctly. Looking at SuiteCloud Processors Monitor, sort by Ave Wait Time, you'd think it would be 1,2,3,4,5,6,7,8,9,10,11,12 but no, NetSuite does it 1,10,11,2,3,4,5,6,7,8,9
😂 1
b
Sorting as strings, not numbers... dumb considering all values will be integers..
s
NetSuite has a bad habit of treating numbers as strings of digits throughout the platform
s
so one 1, 10 ,11 all start with one so they are in order lol