We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

how to match the values in two columns?

Abdelrahmanmahdy
7 - Meteor

I want to filter the rows that contains [partical_packaging_key] value is equal to [Parent_partical_packaging_key]. you can see in the example below in the image the value P001001876. it is exist in first column in one time and 6 times in second column.

 

 

Capture 2.PNG

3 REPLIES 3
nagakavyasri
12 - Quasar

@Abdelrahmanmahdy Both the columns are not having same P001001876 values. So, when filtered no values are in the output.

 

Screenshot 2024-11-27 072714.png

Abdelrahmanmahdy
7 - Meteor

they have same value (P001001876) but not in the same row. that is why the filter is not giving what I need.

I need then all the rows if column 2 contains the same value in column 1.

binuacs
21 - Polaris

@Abdelrahmanmahdy try the join tool

image.png

Labels
Top Solution Authors