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

Alteryx Designer Desktop Discussions

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

Need help sorting data with condition

gelvira
7 - Meteor

Hello everyone, 

 

I can't figure out how to sort this data.

I can do it on SQL but can't figure out how to add conditions while sorting.   [sequence like ( sequence || '.' || '%')]

 

My data look like:

IDSequenceAPP
11.1.1.1022
11.1.122
11.1.1.10.120
11.1.1.120
11.1.1.10.1.120
11.1.1.1.120

 

I want something like this: 

 

IDSequenceAPP
11.1.122
11.1.1.120
11.1.1.1.120
11.1.1.1022
11.1.1.10.120
11.1.1.10.1.120

 

I would appreciate any help in this regard. 

 

Thanks!

2 REPLIES 2
michelle_mathews
Alteryx Alumni (Retired)

@gelvira , uncheck the box 'Use Dictionary Order' and it should satisfy your requirement

 

Capture.PNG

gelvira
7 - Meteor

Thanks! I did that and it didn't work initially. 

After closing Alteryx and running it again, it worked. 

Labels
Top Solution Authors