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.
SOLVED

Filter out certain data cells if they have certain letters

Dittau
8 - Asteroid

If a column lets say Column A has an words with tev then it gets filtered out of the filter column.  In sql its (    [column a] like ‘%tev%   ).   but that doesn’t work in alteryx so whats the code in alteryx to do that?

 

column a

steve

 

1 REPLY 1
martinding
13 - Pulsar

Hi @Dittau,

 

One way is to use !Contains([Column A], 'tev') in the filter tool.

 

The ! means not.

Labels
Top Solution Authors