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: 
jewseppie
Contributor
Contributor

Null values as zero

How do I let my null values appear as zero?

Labels (1)
1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

In pivot tables and straight charts you can set the Null Symbol to a 0 on the Presentation tab of the properties window. You can also replace nulls with 0's in the script by adding these two lines at the top of the script:

NullAsValue *;

set NullValue=0;


talk is cheap, supply exceeds demand