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

Add space between combination of 2 columns

ShantanuDagar
8 - Asteroid

I have a dataset with 20 columns.

 

1 column is "First Name" and the other "Last Name"

 

I used the formula to add a new column Full Name with [First Name] + [Last Name].

 

I also want to add space between the two name combination.

How to do that ?

2 REPLIES 2
ShantanuDagar
8 - Asteroid

.

Adrian_T
Alteryx Alumni (Retired)

Hey @ShantanuDagar, try this:

[First Name] + " " + [Last Name]

Labels
Top Solution Authors