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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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' )