Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 priyarane
		
			priyarane
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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.
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		There is a qlikview's inbuilt function NullCount(), have you tried using that?
Best,
Sunny
 
					
				
		
Mapping Load
NULL(),
'<UNKNOWN>'
AUTOGENERATE 1;
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		There is a qlikview's inbuilt function NullCount(), have you tried using that?
Best,
Sunny
 
					
				
		
MAP country_Name using map_nulls;
 
					
				
		
 avinashelite
		
			avinashelite
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		try like this
=NullCount(Country_Name)
