Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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
Top Solution Authors