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

Check Null Values in KPI Box

Hi,

I have  a Data . Where is need to show count if Sales Data is missing  based on Product, Customer.

IS Null ,Len(Trim),ALT Not Working .

1 Reply
rubenmarin

Hi, have you tried NullCount(Sales)

Or: Count(Customer)-Count({<Sales={"*"}>} Customer)