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: 
nikhilgandhi715
Contributor III
Contributor III

Bubble graph restrict data

Hi,

I have a bubble graph which shows amounts and percentages, i dont what to display the values where the percentage is less than 0.

Is it possible?

2 Replies
simondachstr
Specialist III
Specialist III

Go to axes and set static min to 0 on the respective percentage axes.

MK_QSL
MVP
MVP

IF(SUM(Amount)>0,SUM(Amount),0)

Now under presentation tab suppress zero values..