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: 
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 (1)
1 Reply
Vegar
MVP
MVP

Is this what you are trying to do? 

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