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

How to remove lines if the value is in another column

rlupe
7 - Meteor

Basically the title.

 

If values 16451 and 18888 are in both columns Find and Replace, how would I keep them in the Replace and delete the line where it is in Find?

2 REPLIES 2
FrederikE
13 - Pulsar

Hey @rlupe,

 

That is not the purpose of the F&R tool. Instead, you can use a Join Tool for this.

 

Join the column with the values you want to keep and take the Inner Join output

OR

Join on the column with the information you don't want to keep. And then take the Left/Right output of the join.

rlupe
7 - Meteor

right, this is a step I'm taking before the find and replace. But you gave me an idea with the join that worked, so thanks!

Labels
Top Solution Authors