Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Link Manager ID back to Employee ID

I have the following:

LIB CONNECT TO 'Production Head Count';

LOAD EmpNum,

    Emplname,

    Empfname,

    RegTemp,

    JobType,

    EmpType,

    RptMgr,

    orgGroup1,

    orgName,

    Country,

    City,

    Email,

    Coeuser;

SQL SELECT EmpNum,

    Emplname,

    Empfname,

    RegTemp,

    JobType,

    EmpType,

    RptMgr,

    orgGroup1,

    orgName,

    Country,

    City,

    Email,

    Coeuser

     FROM HCT.dbo."Emp_Data"

The RptMgr is the EmpNum of the manager..

I would like  to link it back to the table to get the EmplName for the manager.

I know in Microsoft Access I would just duplicate the table and  join  RptMgr to the EmpNum. 

How might that be done in Qliksense?

1 Solution

Accepted Solutions
ogster1974
Partner - Master II
Partner - Master II

What you need to use is the apply map function this Article will help you understand its use.

https://www.quickintelligence.co.uk/applymap-is-it-so-wrong/

Regards

Andy

View solution in original post

2 Replies
ogster1974
Partner - Master II
Partner - Master II

What you need to use is the apply map function this Article will help you understand its use.

https://www.quickintelligence.co.uk/applymap-is-it-so-wrong/

Regards

Andy

tomasz_tru
Specialist
Specialist

If there's more than two hierarchy levels, use: Loading hierarchy data ‒ Qlik Sense

Tomasz