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.
SOLVED

Rename a heading

jlfromm
8 - Asteroid

I have the following headings and I want to remove the word Homemakers from the end of each of them.   Can i do this thru Dynamitic Rename or how would I do it? 

 

jlfromm_0-1673549456859.png

  Thanks 

 

Jessi 

2 REPLIES 2
binuacs
21 - Polaris

@jlfromm One way of doing this

 

binuacs_1-1673549702777.png

 

 

Felipe_Ribeir0
16 - Nebula

Hi @jlfromm 

 

You can do it using dynamic rename with this formula:

replace([_CurrentField_], '_Homemaker', '')

 

 

Felipe_Ribeir0_0-1673549690364.png

 

Labels
Top Solution Authors