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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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?

Labels (1)
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..