Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Dear All,
I have used 2 tables for the calculation ( suppose table A & table B) & used the expression A-B, and make a chart (pivot table)
i just want to supress negative values in the output chart.
Thanks in advance
 Gysbert_Wassena
		
			Gysbert_WassenaYou can try adding an if statement around your expression: if(A-B>=0, A-B). If that doesn't do what you need, please post example data and an example of what the result should look like.
 Gysbert_Wassena
		
			Gysbert_WassenaYou can try adding an if statement around your expression: if(A-B>=0, A-B). If that doesn't do what you need, please post example data and an example of what the result should look like.
 
					
				
		
Thanks Gysbert...
 wiz_nerd
		
			wiz_nerd
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		