Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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)