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

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