Alteryx Designer Desktop Discussions

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

Grouping users

nikadomi
5 - Atom

Hi,

 

I would appreciate your help with the following.

I need to group users using three fields. Here is an example:

IDShortnameEmailOutput
123asmithadam.smith@gmail.com1
123asmith1adam.smith1@gmail.com1
234asmithadam.smith1@gmail.com1
567asmith2adam.smith@gmail.com1
123asmith2adam.smith3@gmail.com1
987dlopezdan.lopez@gmail.com2

 

I know that first 5 records belong to one employee (wither by ID, Shortname or Email). My goal is to get a column "Output". Basically my aim is to get information which IDs, Shortnames and Emails are associated with the same employee.

 

Thank you a lot for your help!

2 REPLIES 2
jamielaird
14 - Magnetar

Hi @nikadomi ,

 

Here's one approach you can take. I've included annotations to show what's going on at each step. One modification you might want to make is to re-number the groups but I've left this on the default value to avoid overcomplicating the workflow.

 

Screenshot 2019-04-08 at 19.52.29.png

-----

If I've answered your question please consider marking this solution as accepted. Thank you!

nikadomi
5 - Atom

Thank you soooo much!

Labels