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

Concatenating Multi-value Field.

mike_weaver
8 - Asteroid

I am trying to concatenate two fields, one of which has multiple values, separated by comma.

 

I have this:

1a,b,c
2a,b
3a,b,c,d

 

What I'd like to get to is:

1-a,1-b,1-c

2-a,2-b

3-a,3-b,3-c,3-d

 

I'm not quite sure how to get there and any help would be appreciated.

5 REPLIES 5
AngelosPachis
16 - Nebula

Hi @mike_weaver ,

 

I've mocked a workflow that answers your question. Please let me know if that's your desired solution.

 

Screenshot 2020-11-19 224457.jpg

 

Hope that helps.

 

Regards,

 

Angelos

mike_weaver
8 - Asteroid

Perfect! Thanks so much, I was just having trouble wrapping my head around it.

 

Also, thank you for responding so quickly!

AngelosPachis
16 - Nebula

No worries @mike_weaver , I'm glad I was able to help 🙂

Qiu
21 - Polaris
21 - Polaris

@mike_weaver 
@AngelosPachis gives a very flow.

And I tried with one Formula tool. Hope you can accept it.

1120-mike_weaver.PNG

mike_weaver
8 - Asteroid

That is nice, Qiu. So it grabs every one that starts with a comma first, then gets the first character.

 

I will definitely remember that.

Labels
Top Solution Authors