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: 
hkg_qlik
Creator III
Creator III

Null Count

Hi,

I have a Customer table.

I want to do Null Count for CUSTOMER_ID when ITEM_ID is NULL in the CUSTOMER Table.

Thanks,

H

3 Replies
v_iyyappan
Specialist
Specialist

Hi

     Try like this,

     =Count({<ITEM_ID ={' '}>} CUSTOMER_ID)

Regards,

Iyyappan

Not applicable

Using if

count( IF( IsNull(ITEM_ID ), CUSTOMER_ID) )

hic
Former Employee
Former Employee

There is a function NullCount() . The solution that adrianoalmeida suggests will work also. See more on http://community.qlik.com/docs/DOC-3155.

HIC