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

Comparing 2 Columns with a 3rd column (3rd column has to be unique)

Jairacha
7 - Meteor

Hi I am trying to compare 2 columns with a 3rd column to see if there are multiple values in the 3rd column for identical values in the first 2 columns.

 

For e.g.

 

Test1Test2Test3
A1X
B2Y
C3Z
B3X
A1Y

 

Here, I am trying to make sure that 

A1

is only associated with X and not with Y as shown in 

A1Y

How can i filter out the above row?

1 REPLY 1
T_Willins
14 - Magnetar
14 - Magnetar

Hi @Jairacha,

 

Concatenate the first two columns and find unique values on the concatenated value.

Labels
Top Solution Authors