Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
madhubabum
Creator
Creator

how to find out null values and Removing those Values

Hi Experts

I am having one Pivot Table, In that one field having value remaining are Zero's

How we can identify the others values in Script Level ? Removing ?

Thanks

Madhu

3 Replies
jsingh71
Partner - Specialist
Partner - Specialist

Load

if (Fieldname <> 0,FieldName) as Fieldname

--------

tresesco
MVP
MVP

IsNull() will help find null values. However, some values which are not really null, can be tracked using expression something like: Len(Trim(field))=0. For better understanding read the following blog. NULL handling in QlikView

mayankraoka
Specialist
Specialist

Hi,

Please find attached PDF will help you.

Regards,

Mayank