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: 
Aspiring_Developer
Specialist
Specialist

comparing value and create matching record as dimesion qliksense

Hello Everyone,

I have below scenario:-

I have three columns coming from the same table :-

Aspiring_Developer_1-1626766997256.png

Aspiring_Developer_2-1626767160662.png

Now , my requirement is i have to create a new dimension named as 'Manager ' that show this kind of details like below in a table :-

 managerPerson name
 
  
  
  
  

Do i need to perform a self join for this ? Can anyone please help me ?

 

1 Solution

Accepted Solutions
menta
Partner - Creator II
Partner - Creator II

You can use Hierarchy

https://help.qlik.com/it-IT/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes...

 

or you can made by mapping load loading id and Personname and applymap on the id or you can load 2 times the table with a left join on the details table

View solution in original post

2 Replies
menta
Partner - Creator II
Partner - Creator II

You can use Hierarchy

https://help.qlik.com/it-IT/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes...

 

or you can made by mapping load loading id and Personname and applymap on the id or you can load 2 times the table with a left join on the details table

Aspiring_Developer
Specialist
Specialist
Author

Hi @menta  

Thanks for your help.

I was able to do it with the help of apply map .