Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
解決済み

Make a list with sort group by an id

Anastasio_Theohari
アステロイド

Hello everyone,

 

 

I have this case,

 

id            status

3            dog;cat;frog

3            cat;dog;frog

3            dog;cat;frog

4            cat;shark

 

how can i make id=3 have the same sort?

 

The desire result will be like this:

 

id            status

3            cat;dog;frog

3            cat;dog;frog

3            cat;dog;frog

4            cat;shark

 

Any idea how can i implement this?

 

Thank you

3件の返信3
atcodedog05
22 - Nova
22 - Nova

Hi @Anastasio_Theohari 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1644484662002.png

 

Hope this helps : )

 

binuacs
ポラリス

@Anastasio_Theohari Similar to @atcodedog05 approach but using RegEx tool

 

binuacs_0-1644486957672.png

 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Anastasio_Theohari 

Cheers and have a nice day!

投票
We’re dying to get your help in determining what the new profile picture frame should be this Halloween. Cast your vote and help us haunt the Community with the best spooky character.
Don’t ghost us—pick your favorite now!
ラベル