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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Script syntax to exclude null values when loading

Z

3 Replies
Not applicable
Author

change all of your like to =

and for your question

AND status <> Null()

However, i notice you are using a resident to do this.  If you are loading the data from a SQL query you could nip all this effort from that point and limit your data intake right away.

Also, you aren't really going to get much from this...

Two fields that say the same thing...U_S and status saying Accepted and Accepted????

kouroshkarimi
Creator III
Creator III

Please use the match function instead: where match(status,'Accepted','Awaiting Finance','Awaiting Initial Approval',..etc) I think it's much easier to read.

kouroshkarimi
Creator III
Creator III

If you're creating a table using 'distinct status' and 'status' then you're just creating a table which holds two columns that have the same values. Unless one of the status fields is from another table, in which case it would explain the nulls.