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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to replace zero values with blank?

Hi,

Does anybody know how to replace the zero values with blank wehn setting up a chart object?

Any help will be very much appreciated. Thanks in advance!

3 Replies
Not applicable
Author

hi,

you can uncheck "suppress zero values" in chart properties 'presentation' tab to display null values.

and use

set nulldisplay=' ';

to represent your null values.

thanks

Not applicable
Author

HI

Could you possibly explain where in the script this should go?

Cheers

kji
Employee
Employee

You dont have to do anything in the script, use a dual function for your expression in the chart:

Dual( if(exp=0,' ', exp),exp)