Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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