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: 
Not applicable

Creating a null value in load script

Hello,

How can I create a null value in the load script? I am currently trying something like the following:

LOAD

'' as %SalesRegion

from ...

However, this seems to be keeping these values separate from nulls loaded elsewhere in the script.

Ideas?

Thanks,

Mel

1 Solution

Accepted Solutions
martinpohl
Partner - Master
Partner - Master

load

....

null() as %SalesRegion,

....

from

Regards

View solution in original post

1 Reply
martinpohl
Partner - Master
Partner - Master

load

....

null() as %SalesRegion,

....

from

Regards