Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

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
Top Solution Authors