Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Rename and Merge Headers

ManuelRodrigues
8 - Asteroid

Hi Folks,

 

I have data in the columns highlighted in red below and i am trying to get to rename the columns and merge all the data in the new [Name_New] column created via dynamic rename. unfortunately i have had no joy with this expression:

 

IIF(CONTAINS([_CurrentField_],'Traveller Name'),'Name_New',[_CurrentField_])

 

ManuelRodrigues_1-1629913400951.png

Thanks!

3 REPLIES 3
KarolinaRoza
11 - Bolide

hi @ManuelRodrigues 

 

I think here you can use Formula tool to create new column:

 

KarolinaRoza_0-1629913683286.png

 and then Select to deselect old ones.

 

Karolina

ManuelRodrigues
8 - Asteroid

thanks @KarolinaRoza I think that would concatenate the columns whereas i want to stack them one on top of each other [sorry if that was not clear]. i could union them but i have a few of these and that would be too much.

MatthewBr
Alteryx Alumni (Retired)

Why don't you use a dynamic rename tool? 

 

MatthewBr_0-1629922039098.png

 

Labels
Top Solution Authors