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: 
sagaraperera
Creator
Creator

Null value go to Zero

Dear All

I have a expression and in that include a null value. I want to in that null value become a zero. please refer attachment and give a best solution.

thanks

sagara

7 Replies
tamilarasu
Champion
Champion

Hi,

Go to chart properties - > Presentation tab - > Remove hyphen from Null symbol box and type 0.

sagaraperera
Creator
Creator
Author

Dear Mr.Tamil

Thanks your response

sagara

Chanty4u
MVP
MVP

in script

set nullvalue='0';

tamilarasu
Champion
Champion

Hi Sagara,

If you got the solution, please close the thread by marking correct answer. If not, let us know.

jonathandienst
Partner - Champion III
Partner - Champion III

If you need a genuine zero value from a null, use Alt(), eg

     Alt(<your expression>, 0)

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
tyagishaila
Specialist
Specialist

Hello,

If you want to make this change in excel sheet,

than Ctrl+f ---->

Find What:    -

Replace with:    0

amayuresh
Creator III
Creator III