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: 
Not applicable

Null, <> and blank in set analysis

Hi community,

I need to create a expression like following:

=count({<TransDate = {"$(=Date(today()-7,'YYYY-MM-DD'))"}, CustID={Null()}, Product=-{'north'}, Key={' '}>} DISTINCT movieID)

The problem is that the expression doesn't work successfully. How do I solve:

CustID={Null()} - the field should be equal to null.

Product=-{'north'} - the filed should be <>.

Key={' '} - the field should be 'blank'.

Thanks for replay!

0 Replies