We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

string fields

alwisb
5 - Atom

In the below scenario I need to separate records where UNIT ID field contains only alpha characters using filter tool. How should i write the logic in custom filter?

 

eg:

 

UNIT ID       Volume 

PPHE          20

8834           5

6754           10

7864            9

CCIS           7

BCFS          15

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @alwisb 

 

You would need regex_match for this. Here is how you can do it.

Workflow:

atcodedog05_0-1631778420511.png

 

Hope this helps : )

 

alwisb
5 - Atom

wow that was spot on! Thank you. i had no clue of such stuff.

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @alwisb 

Cheers and have a nice day!

Labels
Top Solution Authors