Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Reverse Column Order

Faronnj
8 - Asteroid

Goodmorning Alteryx Community,

 

I have the following data:

 

SphereCount
< -1821
-15 to -1821
-12 to -1534
-9 to -1232
> -97

 

I want to do a simple reversing the order to make the following table:

 

SphereCount
< -1821
-15 to -1821
-12 to -1534
-9 to -1232
> -97

 

I tried the sort function but it doesnt work with the > and < signs in there.  I need to reorganize this for the bar graph I am trying to create.  Is there another work around?  Workflows always always appreciated and loved.

 

Thank you as always in advance,

 

Nick 

3 REPLIES 3
afv2688
16 - Nebula
16 - Nebula

Hello @Faronnj ,

 

You could add a recordID and use the sort on it to reverse it 🙂

 

Regards

Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @Faronnj,

 

As you asked so nicely workflow is attached! But i would suggest and have used the exact method @afv2688 did.

 

image.png

 

Regards,

Jonathan

Faronnj
8 - Asteroid

Thank you so much guys!  I know asking for the workflows is tedious, but I save them all in a folder to reference when I run into similar problems.

 

Nick 

Labels