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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is it possible to stop drilldown functionality in Pie chart?

Hi All,

I have a pie chart and a table, now what m looking for is: If i select a particular section in a pie, my table should get populated for the selection which i made in Pie but my Pie chart shouldn't change(Default: After a selection whole pie will be representing the same)

Kindly let me know if anyone has any idea.

Regards

Sagar Gupta

2 Replies
Nicole-Smith

If you use {1} in your set analysis on the pie chart, it will disregard any selections that are made on the dashboard.

SunilChauhan
Champion II
Champion II

you can remove the selection using set analysis of fields

ex:

sum({<a={10},B=,c=,d=>} value)

here if you select B,c and d it will not affect the charts

hope this helps

Sunil Chauhan