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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Handle Null values while data loading

Hi

I want to know how to pass some value like 0 or NA to the fields while loading the data in QlikView or QS (in script), I don't want to avoid those records, I need them. @HIC

@Henric Cronstrom , Could you please reply.

2 Replies
karthikoffi27se
Creator III
Creator III

Hi Ankita,

You need to set a valyue for null

NULLASVALUE *;

SET Nullvalue = '<Null>';

Many Thanks

Karthik

tresesco
MVP
MVP

HIC has already explained it here : NULL handling in QlikView very nicely.