Cast your vote for the official 2025 Inspire Pin! Designs were submitted by fellow Community members and reflect the creativity and passion of Alteryx users across the globe. Vote now!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
RÉSOLU

Add space between combination of 2 columns

ShantanuDagar
Astéroïde

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 RÉPONSES 2
ShantanuDagar
Astéroïde

.

Adrian_T
Alteryx Alumni (Retired)

Hey @ShantanuDagar, try this:

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

Étiquettes
Auteurs des meilleures solutions