Alteryx Designer Desktop Discussions

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

Determine if 3 fields don't match

walkerj7
7 - Meteor

I have 3 fields that are joined from 3 different data sets that contain the same type of data.  I need to identify any rows that don't match.  Also, there are some rows that have blanks/nulls so these would automatically give a false flag, and I would need to determine if the other two populated fields don't match.  See an example below where the bold rows are the ones I need to flag:

 
Field 1Field 2Field 3
ABCABCABC
 ABCABC
ABCDEFABC
DEFDEFDEF
 ABCDEF
5 REPLIES 5
Qiu
21 - Polaris
21 - Polaris

@walkerj7 
We can first filter out the Empty or Null valve after a Transpose then count the distinct vale for each row.

If the distinct count is 1 then meaning all 3 fields are equal.

1021-walkerj7.png

caltang
17 - Castor
17 - Castor

Same thought process as @Qiu ! Added the sort and browse to tidy it up.

 

image.png

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
flying008
15 - Aurora

Hi, @walkerj7 

 

FYI.

录制_2023_10_21_12_25_06_824.gif

walkerj7
7 - Meteor

Everyone,

 

These results have helped me tremendously and after testing them they all worked.  Thanks for your help!

 

-JW

Qiu
21 - Polaris
21 - Polaris

@walkerj7 
Thank you for the feedback and happy to be any help.

Labels
Top Solution Authors