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: 
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='';