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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rammuthiah
Creator III
Creator III

Qlik Sense : KPI - Disappears instead of showing zero or null value

I have created KPI based on some criteria. If I select a particular dimension, the KPI value should be zero. Instead it gets disappear

4 Replies
ahaahaaha
Partner - Master
Partner - Master

Hi,

Do you turned on the "Show Zero Values" flag?

1.jpg

rammuthiah
Creator III
Creator III
Author

Not in Bar Chart. I am working on KPI. The object gets disappear instead of showing zero

ahaahaaha
Partner - Master
Partner - Master

Can we somehow see a sample of QVD files with a fragment of your data?

arulsettu
Master III
Master III

may be it has null values

try this

if(is Null(fieldname),'0',filedname)

or post same qvf