Alteryx Designer Desktop Discussions

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

Regex Help

PN2527
8 - Asteroid

I have a field that contains data like below. I need to extract 'CTO' from that field.

 

Example:

A (CTO)

Ast (CTO)

Ktre (CTO)

Box (CTO)

 

 

2 REPLIES 2
ChrisTX
15 - Aurora

Use the RegEx tool in Parse mode

 

ChrisTX_0-1594744829262.png

 

MarqueeCrew
20 - Arcturus
20 - Arcturus

@PN2527 ,

 

 please try this instead of regex:

 

IIF( Contains([field],"CTO"),"CTO",Null())

 

 cheers,

 

 mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels