Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Need help in formula

vishwa1979
7 - Meteor

Dear Team,

 

I have two column data . PID and Reason.

I want only those PID if %wrong data entry% is there in the reason column

4 REPLIES 4
OTrieger
13 - Pulsar

@vishwa1979 

Have you try to use a Filter tool with your criteria?

ChrisTX
16 - Nebula
16 - Nebula

Check out the Contains function: Functions (alteryx.com)

 

If you're just starting with Alteryx, review every Function so you'll know what's available.

 

Also recommend Learn > Academy > Learning Paths and Interactive Lessons.

 

Chris

TUSHAR050392
11 - Bolide

@vishwa1979 Another approach is using the match option in Regex tool followed by filter tool. See documentation on Regex tool- https://help.alteryx.com/current/en/designer/tools/parse/regex-tool.html#idp338234

Yogesh1795
8 - Asteroid

use filter tool on Reason field, and select contains "wrong data entry " and you will get the desired result in true anchor

Labels
Top Solution Authors