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!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Concatenate Two Columns & Override Data in Third Existing Column

Leanna12
7 - Meteor

Description of Process

 Concatenate output from two columns and override the data in an existing column.  In excel, I would use the "&" function

Description of Input

MM DD YY INITIALS V 2

Note Updates

[07 MAR 23 LMW]

Decomm in Progress

[07 MAR 23 LMW]

Decomm in Progress

 

Description of Output (DESIRED OUTPUT)

 

MM DD YY INITIALS V 2

Note Updates

NOTES

[07 MAR 23 LMW]

Decomm in Progress

[07 MAR 23 LMW] Decomm in Progress

[07 MAR 23 LMW]

Decomm in Progress

[07 MAR 23 LMW] Decomm in Progress

Error Message  -Copy

None - Did not run anything yet

Copy of the Input Data (truncated) within the flow

See above

Alteryx Version

Alteryx Designer 2021.4

2 REPLIES 2
kathleenmonks
Alteryx Alumni (Retired)

HI @Leanna12 

 

In order to do this, you should use the Formula tool with the equation:

 

[MM DD YY INITIALS V 2] + " " + [Note Updates] 

 

This is assuming those are the column names. The name of your new column will be NOTES. The " " part is only necessary if you want a space between the two values in your output.

 

 

Leanna12
7 - Meteor

That worked perfectly! Thanks Kathleen :-)

Labels
Top Solution Authors