Skip to content

Instantly share code, notes, and snippets.

@countnazgul
Last active April 17, 2022 06:34
Show Gist options
  • Save countnazgul/5743f223a03dafb06ea1 to your computer and use it in GitHub Desktop.
Save countnazgul/5743f223a03dafb06ea1 to your computer and use it in GitHub Desktop.
[Use Null values in Qlik] #qlik #qliksense #qlikview #script
SET NULLINTERPRET=NULL;
Orders:
LOAD * INLINE [
OrderID, OrderDate
112233, 1/2/2008
223344, 2/2/2008
334455, NULL
445566, NULL
556677, 3/3/2008
];
SET NULLINTERPRET='';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment