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.

How to create a workflow that shows duplicates without removing while displaying the row

samnucci
5 - Atom

Hello, In this data set I'm trying to identify duplicates in a data set which are the passwords. In the end I want to display the username in which the password in connected to. I have connected the data set in excel. Any help is greatly appreciated.

3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

Check out the Unique Value option in the Tile tool! It'll give a Tile Num (i.e. a number to identify each group) and a Tile Sequence Number which will indicate how many of that value there is

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Hi @samnucci ,

 

You can also use Summary tool and connect it with the original data.

 

Workflow

Yoshiro_Fujimori_0-1682202551222.png

 

Summary Tool configuration

Yoshiro_Fujimori_1-1682202577617.png

 

Output

Yoshiro_Fujimori_2-1682202605928.png

 

RobertOdera
13 - Pulsar

Hi, @samnucci 

 

If I understood your requirements correctly, you need to identify both duplicate UserName and Password, right?

Kindly consider generating the frequency tables below.

I hope you find this helpful - Cheers!

 

RobertOdera_0-1682256184241.png

 

Labels
Top Solution Authors