Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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)