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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Kohli
Creator II
Creator II

not is null function in qlikview?

not is null function in qlikview?

4 Replies
karthikoffi27se
Creator III
Creator III

What do you mean not is null function in QlikView.

ksomosera10
Creator II
Creator II

You can do this:

not isnull()



prma7799
Master III
Master III

consultant_bi
Creator
Creator

Hello

you have a lot of choices

If ( len(Field)<>0, do this)

If ( Field <>  ' ', do this )

if ( len(trim(Field)) <> 0, do this)

if ( isnull(Field) = 0, do this)

if ( not isnull(Field) , do this)