Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Folder hierarchy by pivot table failed to be selected

 

I am creating a list box of the following to show the ‘node’ that is selected. I have attached the qlikview file.

 

The node selection will look like the folder structure like the following pivot table.

 

 

However, this is only work when I click at the side like the following:

 

 

The ‘Europe’ node will be displayed

 

 

This will not work when I click on the ‘Europe’ text like the following

 

 

After clicking it doesn’t select the node of Europe

 

5 Replies
Anil_Babu_Samineni

I don't have license. Would you share me the Condition Expression what you written Overthere

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

For list box title:

= [Business Unit P] & '/' & [Business Unit C1] & '/' & [Business Unit C2]

For pivot table there is no expression, just from the instruction of

Unbalanced, n-level hierarchies

====================


Henric Cronström a 27-Nov-2013 15:24 (in response to Dipti Desai d)

The pivot table is easy to make:
•Create a pivot table with Node1..Node7 as dimensions.
•Make the dimension columns narrower.
•On Properties - Style, check the "Indent Mode"
•Also check the "Use only first dimension label"
•Uncheck "Vertical Dimension Cell Borders"
•On Properties - Presentation, check the "Subtotals on Top"

Done!

HIC

====================

Anil_Babu_Samineni

You might require this

= [Business Unit P] & '/' & FieldValue(Concat([Business Unit C1], '/', Chr(10))) & '/' & FieldValue(Concat([Business Unit C2], '/', Chr(10)))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

It doesn't make any different.

el_aprendiz111
Specialist
Specialist

Hi

1 Example

hierarchyTime.png

hierarchyTime.gif