Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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