Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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' )