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

Null as [fieldName]

Can I add a new column into my Excel import with only NULL values?

Load Name as FullName,

          Date as StartSate,

          Null as isAlive

from X

The "NULL as" syntax doesnt work. What am I missing?

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Maybe

Null() as isAlive

? Null() is the function that returns NULL

View solution in original post

1 Reply
swuehl
MVP
MVP

Maybe

Null() as isAlive

? Null() is the function that returns NULL