Hi Guys, can somebody help me to sort my data:
# suitescript
j
Hi Guys, can somebody help me to sort my data:
Untitled
I still don't know how i can sort my data(pushed data from saved search) by Item Text, then by Date.
b
did you want to so the sorting in your code or in your search
j
in my code.
b
put it into an array and use Array.sort
pass in an compareFunction to define how you want to sort your objects
i dont think you will be able to do something simple like concat your two strings together since there is a numerical aspect to your date
j
Thanks for the info. This is truly appreciated