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: 
Anonymous
Not applicable

Hierarchy

Hi all,
I have this:
GrandmotherMotherDaughter
123456234
123456345
123789678
123789567
and I want this:
GrandmotherMotherDaughterLink field
123456234234
123456345345
123789678678
123789567567
123456456
123789789
123123
The link field must consist of any number from all levels. When selecting the grandmother in Qlikview I want to see the figures of the mother and daughter but also the grandmother.
I hope you can help!
Best regards,
Arjan
1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Try this.

     Load Distinct GrandMother,Mother,Daughter,Daughter as Link_Field from Table1;

     Concatenate

      Load Distinct GrandMother,Mother, Mother  as Link_Field from Table1;

     Concatenate

      Load Distinct GrandMother ,GrandMother as Link_Field from Table1;

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

5 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Try this.

     Load Distinct GrandMother,Mother,Daughter,Daughter as Link_Field from Table1;

     Concatenate

      Load Distinct GrandMother,Mother, Mother  as Link_Field from Table1;

     Concatenate

      Load Distinct GrandMother ,GrandMother as Link_Field from Table1;

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Hi,

could you please help as I am not able to post new messages in qlikcommunity as it  is showing you need moderator permission to post

amelia

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Dear Amelia,

     Due to the spam attack, every new message you post need to approve by moderator.

     There is nothing wrong in that, kindly wait for the approval and please stop posting the same thing in each and every post of others.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Ok Thanks.

Can you please help as I am getting below error please it's urgent..

I have a QVW file and when i tried to open month of June data it is getting Allocted Memory Exceeded in straight table and could anyone help in this why it's happening and there is 72GB RAM is allocated to server and 39GB RAM is free and 64 bit version

Anonymous
Not applicable
Author

Thanks Kaushik!