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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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

Labels (1)
11 Replies
sunny_talwar
MVP
MVP

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.