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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jiwaniakbiar
Contributor II
Contributor II

Qlikview dynamic drill down -2 charts linked

I have following Drill Down group.

Region Group = Region>State>City

I am trying to display count of Students through drill down. I can have a single chart which can drill down and it is easy. However my requirement is slightly different. I have to display two charts. 2nd chart should automatically show drill down of first chart selection.

Example:

Let us say chart 1 is showing count of students for (Region) Southern India and Western India. Chart 2 by default should show State-wise split for Southern India (first item on chart1). If i select western India it should show state split for western india. is that possible?         

1 Solution

Accepted Solutions
israrkhan
Specialist II
Specialist II

Yes, You can use the =GetCurrentField(Group Name) to check what is selected in the group...

and in second chart you can use if statement like, if(GetCurrentField(GroupName)= 'State', FirstExp, SecExp)..

Edit: Use the calculated dimension in second chart...

Hope it Helps...

View solution in original post

2 Replies
israrkhan
Specialist II
Specialist II

Yes, You can use the =GetCurrentField(Group Name) to check what is selected in the group...

and in second chart you can use if statement like, if(GetCurrentField(GroupName)= 'State', FirstExp, SecExp)..

Edit: Use the calculated dimension in second chart...

Hope it Helps...

jiwaniakbiar
Contributor II
Contributor II
Author

Thank you. One more different question. Is there a way to access these reports over internet?. or alternatively publish them as HTML on click of the button?