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: 
sona_sa
Creator II
Creator II

Replace Null Value with Zero

Hi,

I have tried to replace null value to zero. But unsuccessful. You can find out the expression - I used all possible function / technique.

I am attaching the qvf, If anyone can help me on this, Please help.

Regards,

AK

2 Replies
jmartineze
Partner - Creator
Partner - Creator

Hello,

add in the script, in the load instruction

if (isnull(FieldName)),0,FieldName) as FieldName,

 

Saravanan_Desingh

Try this.

RangeSum(FieldName,0) As FieldName