Join Slack
Powered by
Hi Guys, can somebody help me to sort my data:
# suitescript
j
JM
10/01/2019, 1:58 AM
Hi Guys, can somebody help me to sort my data:
JM
10/01/2019, 1:58 AM
Untitled
Untitled
JM
10/01/2019, 1:59 AM
I still don't know how i can sort my data(pushed data from saved search) by Item Text, then by Date.
b
battk
10/01/2019, 2:09 AM
did you want to so the sorting in your code or in your search
j
JM
10/01/2019, 2:24 AM
in my code.
b
battk
10/01/2019, 2:27 AM
put it into an array and use Array.sort
battk
10/01/2019, 2:27 AM
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort
battk
10/01/2019, 2:28 AM
pass in an compareFunction to define how you want to sort your objects
battk
10/01/2019, 2:30 AM
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
JM
10/02/2019, 1:35 AM
Thanks for the info. This is truly appreciated
2
Views
Open in Slack
Previous
Next