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

Formala For MID

sgaryali
8 - Asteroid

Hi

I want to keep the data as it for in Sector column for Location which has :-

ABC
CAT
BTR

in their location name and for

MAT

I want to change it to false. In excel we can achieve this by MID formula. But how to get it done in Alteryx?

 

2 REPLIES 2
binuacs
21 - Polaris

@sgaryali one way of doing this

 

binuacs_0-1652200367560.png

 

Matthew
11 - Bolide

 regex formula can do it fairly well

 

REGEX_Match([Location Name], ".*ABC.*||.*CAT.*||.*BTR.*")

 

Matthew_0-1652200735724.png

 

Labels
Top Solution Authors