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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
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?

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