Alteryx Designer Desktop Discussions

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

Add Supervisor Column

fjlorenzo
8 - Asteroid

Hi everyone,

 

I have the below data and the first three columns are given. Only the Supervisor ID is given and I wanted to add the Supervisor Name. How can I add the Supervisor column to my table?

 

NameEmployee NumberSupervisor IDSupervisor Name
Abigail Lam0000100003Allen Lorenzo
Malou De Guzman0000200003Allen Lorenzo
Allen Lorenzo0000300004Jonaly Adaya
Jonalyn Adaya0000400005Thess Dalmacio

 

Thank you for your help.

-Florence Lorenzo

5 REPLIES 5
apathetichell
18 - Pollux

Self-Join - using join tool. (ie same table in both anchors.

 

table 1 - supervisor id table 2 - employee number. table 2 name becomes "supervisor name"

Qiu
20 - Arcturus
20 - Arcturus

@fjlorenzo 
Agree with @apathetichell but the ID 00005 name is not there.

Capture2A.PNG

fjlorenzo
8 - Asteroid

Hi @Qiu, thank you for your help.

Qiu
20 - Arcturus
20 - Arcturus

@fjlorenzo 
Glad to help and thank you for the accept mark 😁

fjlorenzo
8 - Asteroid

Hi @apathetichell thank you.

Labels