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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Parent child hierarchy

Hi,

Could you please look at it for a while as I am stuck with no ideas.

I have one column (accountnum) with following rows:

1

12

1234

2

21

213

3

311

31122

I need tu build a hierarchy so levels where associated sth like this:

Level1 Level2 Level3 Level4

1 12 1234 12345

2 21 213 -

3 311 31122 -

Numbers of nodes are not regular if there is not parent for Accountname (Parent =left( AccountName -, len(AccountName)-1) it should look for len(AccountName)-2 ) ect.

I should probably use Hierarchy Load here but how to find a parent???

0 Replies