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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

hierarcy

Hi,

I am trying to build the hierarchy using the recursive way since the data is not organzied. I tried concatenating and use it is working. But i am not sure how to use the hierarchy and hierarchy belongs on thge below data.

Parent ChildName
111a
212b
313c
414d
515e
616f
717g
818h
919i
1020j

.

Another seperate parenchild table, 

Parent Name1Name
paaa
cbbb
pccc
cddd
peee
cfff
pggg
chhh
piii
cjjj
4 Replies
Not applicable
Author

Hi,

i hope this help you.

C u,

Stefano.

Not applicable
Author

Thanks for your response.

Can u please provide me a sample qvw for the given data.

Not applicable
Author

Hi,

but thoose table not seem to be Adjacent Nodes table.

Is it your real situation or your example?

hierarchy and hierarchybelongsto want Adjacent Nodes Table in input.

Each node in the 1st table has different parent and in the 2nd the root is not present.

C u,

Stefano.

SunilChauhan
Champion II
Champion II

rename parent in sect table

left join first with second on basis of Name

then apply hierarchy

Paren&'/'&Child&'/'&Name ... as hierarchy

take hierachy in list box and in general check on tree view and provide seperator

Sunil Chauhan