Hello all, I am having an issue on a saved search ...
# general
e
Hello all, I am having an issue on a saved search where the project ID is not correctly descending or ascending. For example once our project numbers hit 1000+ the descending and ascending function seems to be broke. How can I fix this?
r
Try sorting by internal id
e
did not really work. For some reason it treats the projects in the 1000 range as if they were smallest number
v
It's sorting as a string, that's why. NetSuite has no idea that it has 2 components
💯 1
e
how can i fix that?
t
Sort by date created?
c
Try creating a substring column removing the first 5 characters, cast to a number, then sort on that.
🙌 1
You're creating an artificial number column with just the number portion of your name column.
t
That's smart @Chris