Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 wasimalrayes
		
			wasimalrayes
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi could an expert please advise how I can only show contain data points on a map.
E.g. I have a column which has values from 100 to -200
I want only those points to show which are in the range of 10 to -250 (i.e not showing all the entries but only the bottom ones from 10 down.
 rubenmarin
		
			rubenmarin
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @wasimalrayes, using an 'if' can work? ie: If(Value>=10, Value)
 rubenmarin
		
			rubenmarin
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @wasimalrayes, using an 'if' can work? ie: If(Value>=10, Value)
 wasimalrayes
		
			wasimalrayes
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks @rubenmarin that worked
