Alteryx Designer Desktop Discussions

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

Get rid of a word in multiple rows

calvincarr29
8 - Asteroid

I need to get rid of the Railroad but keep everything else. 

 

3.PNG

2 REPLIES 2
rburress
5 - Atom

Hello, you can use a Find Replace tool to do this. Just create a text input with the work "Railroad" in one field, and leave the other field as null. Use your data as the Find anchor then use the text input as the replace anchor of the tool. Hope this helps!

binuacs
20 - Arcturus

@calvincarr29 

Replace([Text Unique Identifier],'Railroad4','')

Labels