Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How do I drop a particular word

Brad1
11 - Bolide

Hi All,

 

Thanks in advance for any help!

 

How can I drop a particular word, whenever, found out of a given field?  I want to drop the word "Parish" for certain (for state of LA) and maybe the word "County" too.

 

Example:

 

County Name                               County Name Results

Benton County                              Benton

St Charles County                        St Charles

Arnold Parish                                Arnold

St Louis County                            St Louis

 

Thanks

 

2 REPLIES 2
CharlieS
17 - Castor
17 - Castor

The simplest version is to use a Formula tool to replace the word with a blank with a formula like this:

 

Replace([County Name]," County","")

 

I've attached an example that show this in action along with another method that uses the Find Replace tool.

Brad1
11 - Bolide

Prefect, thx!

Labels
Top Solution Authors