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

Hierarchy display

Hi

I have one data model table Hierarchy and its column has been used in list box filter. We have one chart which uses Manager as dimension.

Current  behavior of this chart when any value selected in filter

1. Click on Vijay and this shows all managers under him in mode.

But I would like to display only his Immediate manager's info only

John, Kiran, Rob, Smith, Tara, Tom

This works fine when I click  Kiran, Rob,Smith and Tara in mode. This only display their managers only.

How can I get the below presentation when I click on Vijay?

I have attached Qvw and excel file for data . Please suggest me what can I do to achieve this

4 Replies
Anil_Babu_Samineni

Like this? you are trying to achieve in Bar graph

Capture.PNG

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
vijaysahu2
Creator
Creator
Author

Yes Anil ..Similar way.. How can we do this?

Anil_Babu_Samineni

I did it like to get Manager. But, Informative is not correct because associative engine is not getting in your Data.

SubField(Hierarchy, '/', 2)

The possible solution may be this?

Sum({<Hierarchy = $:: Manager >} Measure)

OR

Sum({<Hierarchy = P(Manager) >} Measure)

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