Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Other than mapping..?

Hello Can any one help me with this fix ..?

I have an field Employee and have different rows employee

Emp.IDempNameReportsToReports name
1A2?
2B3?
3C6?
4D5?
5E1?
6Fnil

I want Reportsname based on ReportsTo where ReportsTo are  Emp.ID..without using mapping function..

1 Reply
luciancotea
Specialist
Specialist

left join (Employee)

Load EmpID as ReportsTo,

         empName as ReportsName

Resident Employee;