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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Patman
Contributor III
Contributor III

Count Column A if Column B has no date

Please advise, Trying to count A where B date fields are blank. Cannot do a replace Null  with 'No Date' in the data table as this is not available in date formats.

Count({<[Open/Closed/Void]={'Open','Eff-Check'}>}[Open/Closed/Void] and [Planned Closure Date]-='*')

4 Replies
arulsettu
Master III
Master III

Maybe like this

 

Count({<[Open/Closed/Void]={'Open','Eff-Check'},[Planned Closure Date]-={' '}>}[Open/Closed/Void])

Patman
Contributor III
Contributor III
Author

Unfortunately this solution is not working for me.

arulsettu
Master III
Master III

Do you have the null values in [Planned Closure Date]?

 

Can you share the sample app with expected output

Patman
Contributor III
Contributor III
Author

Cheers, Yes I have null values in the date column (that is the real problem)

I will try to put a small app together and forward.

Kind Regards

Patman