Start Free Trial

Alteryx Designer Desktop Discussions

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

Sort values separated by semicolon

mer
6 - Meteoroid

How do I sort values within a field that's separated by a semicolon in Alteryx? 

 

2024-03-29_19-04-03.png

3 REPLIES 3
Qiu
21 - Polaris
21 - Polaris

@mer 
We first can use the "Text to Column" tool to seperate the States in the State Field, then do the sorting and use a Summarize tool.

Strictly speaking, the fields are sepeted by a semicon and a space.

0330-mer.png

Raj
16 - Nebula

@mer this including separating values to rows using delimiter, sorting them on order and then concatenating then using summarize tool.

mer
6 - Meteoroid

Thank you!

Labels
Top Solution Authors