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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hi All

I have list box of product id's 1000,2000 and 3000 and i have a pie chart. when i am select the product id 1000 the pie char is Hidden else the pie chart will show.

Can any one help me on this.

Thanks,

Siva

2 Replies
avinashelite

You need to hide the Pie chart when the Product id =1000? or its getting hide when you select the id 1000

if you want to hide then

Chart > Properties >Layout > Show>Conditional

if(getfiledselections([product id]=1000,1,0)

if you want to avoid the hiding then check the Layout properties or check if its happening because of the zero value >Go to presentation tab>un check the supress zero values 

Anil_Babu_Samineni

I assume, You may don't have Measure for id(1000). You can follow second approach as Avinash Suggested

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