Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi, I would like to remove the negative part of this histogram to stay only with the positive values that I have to do.
thank you for your reactions.
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try to use a condition in expression like:
If( Sum(Measure)>0, Sum(Measure))
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try to use a condition in expression like:
If( Sum(Measure)>0, Sum(Measure))
 
					
				
		
thank, Tresesco B
