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: 
kkkumar82
Specialist III
Specialist III

Mapping load with more than one values

Hi All,

Dept:

Mapping  Load * Inline [

DeptID, Location

10,     200

10,     100

];

Emps:

Load *,

ApplyMap('Dept',DeptID) as Location;

Load * Inline [

EmployeeID, DeptID

1213, 10

];

When I reload I am getting a single record in Emps table with the first match ie 200, is there a way to get two records in the EMps table

as

1213, 10, 200

1213, 10, 100

I can get it with joins but the situation is different with real data.

11 Replies
kkkumar82
Specialist III
Specialist III
Author

Thanks alot Gysbert

kkkumar82
Specialist III
Specialist III
Author

Sure Talwar sab!