Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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
Luminary Alumni
Luminary Alumni

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..