Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
=count({$<x={"isnull(y)"}>}x)
this expression gvng me 0 value
need to check null value for x field
x,y are fiel;d names
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try like this
=Count({$<x={"=isnull(y)"}>}x)
 prma7799
		
			prma7799
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Please check this
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		What is your final requirement???
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Or this
=Count({$<x={"=Len(Trim(y)) = 0"}>}x)
 balabhaskarqlik
		
			balabhaskarqlik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		=Count({$<x={"=Len(Trim(y)) = 0"}>}DISTINCT x)
 
					
				
		
=count({$-<y={"*"} > } x)
 Sergey_Shuklin
		
			Sergey_Shuklin
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 cspindley
		
			cspindley
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		u help, thanq
 cspindley
		
			cspindley
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		ta
