Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Concatenate one column into single string

SergeantJack
8 - Asteroid

Hello!  I have a single column of text that I need to concatenate into a single string, so this:

 

Bird

Fish17

81nine42

help!

 

...should look like this:

 

BirdFish1781nine42help!

 

This string will then be used as the start of a line of text further down the workflow.  How do I accomplish this concatenation?

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @SergeantJack 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1634837598159.png

 

Hope this helps : )

 

Priyanka_Ms
8 - Asteroid

Hi SergeantJack,

 

Please find the solution attached.

Hope this helps 🙂

 

Regards

Priyanka

Priyanka_Ms
8 - Asteroid

@atcodedog05  I agree this is the easier way 🙂

 

Thanks!!

SergeantJack
8 - Asteroid

That worked great.  Thanks!

Labels