Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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
20 - Arcturus

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
21 - Polaris
21 - Polaris

@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
21 - Polaris
21 - Polaris

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

fjlorenzo
8 - Asteroid

Hi @apathetichell thank you.

Labels
Top Solution Authors