Alteryx Designer Desktop Discussions

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

Find unique values

Ramyasri_1997
7 - Meteor

Hi,

I have 1 to 19780 rows in column A. 30800k rows in column b. No i want to remove the identical values from column A and B and display the remaining values

5 REPLIES 5
ShankerV
17 - Castor

@Ramyasri_1997 

 

Please find the solution below. You will get the output in the U node.

 

ShankerV_0-1671445617763.png

 

If you believe your problem has been resolved. Please mark helpful answers as a solution so that future users with the same problem can find them more easily!!!!

 

Many thanks

Shanker V

 

 

ShankerV
17 - Castor

Hi @Ramyasri_1997 

 

Input: 

ShankerV_0-1671446165631.png

 

 

Output: 

U node

ShankerV_1-1671445813147.png

 

D node (Duplicate)

ShankerV_1-1671446190965.png

 

 

 

Many thanks

Shanker V

ShankerV
17 - Castor

Hi @Ramyasri_1997 

 

No i want to remove the identical values from column A and B and display the remaining values

 

Based on the above requirement, I believe you might need the Unique values from Column A and Column B separately.

If yes, the below will help, 

 

Input:

ShankerV_0-1671446724016.png

 

 

Output:

Column A unique

ShankerV_1-1671446754172.png

 

Column B unique

ShankerV_2-1671446795156.png

 

Workflow:

ShankerV_3-1671446822704.png

 

Note: The workflow used to achieve the solution is attached which can be downloaded to see how the solution works.

 

If you believe your problem has been resolved. Please mark helpful answers as a solution so that future users with the same problem can find them more easily!!!!

 

Many thanks

Shanker V

 

 

Ramyasri_1997
7 - Meteor

Hello Thanks for your time. I have similar values in col A and col B so i want the remaining values in column C. pls find the attachment example.

Christina_H
14 - Magnetar

If you want the unique values across both columns, transpose the data first.

Christina_H_0-1671450582142.png

Labels