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

Not null

what is the syntax for checking not null condition

thanks in advance

5 Replies
tresesco
MVP
MVP

If( Not IsNull(YourField/Expression), 'Not Null', 'Null')

Anonymous
Not applicable
Author

Hi,

and sometimes (especially with flat files), it might be required to add ... and trim(Field)<>''

Regards

maxgro
MVP
MVP

not isnull(field)

or

len(trim(field)) > 0

walterlh
Creator II
Creator II

No IsNull(Campo)

mohamed_ahid
Partner - Specialist
Partner - Specialist

hi

isnull(field)=0