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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
harveenkaur
Contributor III
Contributor III

Null value in inline

How to assign NULL value (NOT Blank) in inline load to some value in row.Example:-

Load * inline [

 Product,Product_Group, Sales

A,,1000

B,b,2000

]

;

 

In the above case for A product, product group is blank but I want it to be null.

Labels (1)
1 Reply
tresesco
MVP
MVP

Add the below line before your load statement.

SET NullInterpret='';