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.

Removal of values from a field

Alexgray25
7 - Meteor

HI,

 

I am trying to remove only a certain value form a cell and leave the remain of the cell intact.

 

The value is 203002.

 

Any suggestions would be welcome.

 

Thanks

1 REPLY 1
gawa
16 - Nebula
16 - Nebula

@Alexgray25 

Assuming field name is Field1, you can use Replace function in Formula tool like this.

 

Replace([Field1],"203002","")

 

By doing this, all string "203002" is deleted, leaving the rest of string as it is.

Labels
Top Solution Authors