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.
SOLVED

Rearrange Months in a Data set

jlfromm
8 - Asteroid

I have a date set where the months in alpha order and I would like them to listed from July - June instead. Each month is listed as a row and then I have information in the column that pertains to that month. 

 

Thanks 

3 REPLIES 3
Qiu
21 - Polaris
21 - Polaris
caltang
17 - Castor
17 - Castor

Better use MonthNo and then sort that instead if you can. You can use a Formula Tool to generate the MonthNo from your date field.

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
binuacs
21 - Polaris

@jlfromm Something like this

image.png

Labels
Top Solution Authors