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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to check for Null values in set expression

Hi,

I have to count ext_id for those having Segment as null.

So in expression I wrote count({< Isnull(Segment)>} ext_id)

but it's not working.

Regards,

Tanay

11 Replies
sunny_talwar

I don't think this will work because Null Segments cannot be selected using this logic because the Segment is null

Segment -= {" * "}

vishsaggi
Champion III
Champion III

Oh ok. Got it. Thanks for clarification.