Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
priyarane
Specialist
Specialist

Null Values

Hi Experts,

How to get null values count.

Ex:

My field name: Country_Name

Then I want null count for the Country_Name 

Thank you.

1 Solution

Accepted Solutions
sunny_talwar

There is a qlikview's inbuilt function NullCount(), have you tried using that?

Best,

Sunny

View solution in original post

4 Replies
Not applicable

Mapping Load

NULL(),

'<UNKNOWN>'

AUTOGENERATE 1;

sunny_talwar

There is a qlikview's inbuilt function NullCount(), have you tried using that?

Best,

Sunny

Not applicable

MAP country_Name using map_nulls;

avinashelite

try like this

=NullCount(Country_Name)