We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

sort by (mmm yyyy)

Beckyli
8 - Asteroid
 

how to sort by date from left side to right side.

 

1 REPLY 1
SPetrie
13 - Pulsar

I would use a formula tool to convert the string date to an actual date value. I also forced the total rows to a far off date in 2999 to make sure they are at the bottom of the list. Then sort by the new date values and entity to get them in the order you want. A select tool can remove the helper column afterward.

date.PNG

Labels
Top Solution Authors