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.

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