Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
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