Alteryx Designer Desktop Discussions

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

Custom filter to only filter if the value begins with '0'

nfoong
7 - Meteor

Hi,

 

I think the title speaks for itself and it sounds like a regex formula perhaps?


Any explanation of your solution would be great e.g. how regex works that picks up if it begins with 0... Thanks!


Regards,

Nicholas

1 REPLY 1
MarqueeCrew
20 - Arcturus
20 - Arcturus
I will answer without regex.

Left([field],1) = "0"

Cheers,
Mark
Alteryx ACE & Top Community Contributor

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