Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jasmeenkr
Contributor
Contributor

Not Null if statement not giving correct count

Hi All,

 

I am trying to do count for field based on

if(isutilization='True' and not is null(key], field2,'null)

Labels (3)
1 Reply
Vegar
MVP
MVP

Is this what you are trying to do? 

if(isutilization='True' and not isnull(key), field2,'null' )