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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display a popout table from a Graph

Can you directly from a graph within the same Qlikview tab, select a portion for example a pie chart this display this selection as a table.

I know you can have a table created and depending on the selections the table will display the data accordingly. What i'm looking is to display this table only when information is selected.

4 Replies
beck_bakytbek
Master
Master

Hi Garcia,

can you give an example like screenshot to understand better your issue?

beck

Not applicable
Author

Thanks for the Reply Beck,

Let's say if i could double click a particular area of this chart and a table (with XYZ colums) will pop right there. What i want to achieve is having this information without making a user have to navigate very far from this Pie Chart.

Screenshot_2.jpg

jcs_2015
Contributor III
Contributor III

Jason,

Assuming the selection is related to a single dimension, as in the pie chart example.  I would suggest creating a counter for that dimension like this as a variable:

Count(GetFieldSelections(Airline))

And then creating a straight table with your pop-out detail that is conditionally displayed based on the value of the variable being >=1.

That should display the table only when there is a selection for Airline.  When airline selection is cleared, that table should hide itself.

beck_bakytbek
Master
Master

Hi Jason,

i am looking a topic for you issue , i find it, i will send an example

meanwhile check this, i hope that can resolve your issue:

1.Display value, count of one field based on value of another field

2.Display Fields dynamically in straight table

i hope that helps

beck