Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi All,
I have a pivot chart in which i have five calculated expressions.
I need to find the maximum of Net Long Positions and Net Short Positions.
I have used the formula,
Max([Net Long Position],[Net Short Position]), but it shows a null value.
Can someone please help and let me know how to get the maximum of the two expressions.
Thanks
 
					
				
		
 johnw
		
			johnw
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Is this a column you're adding to the chart?
rangemax([Net Long Position],[Net Short Position])
 
					
				
		
 sathishkumar_go
		
			sathishkumar_go
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		HI,
Can u attach ur application here?
-Sathish
 
					
				
		
HI.
Maybe instead of "max(...)" try "rangemax(...)"
Regards,
Montal.
 
					
				
		
 
					
				
		
Thanks for your replies but it still doesnt work.
I cant post the file because im open in server.
 
					
				
		
 johnw
		
			johnw
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Is this a column you're adding to the chart?
rangemax([Net Long Position],[Net Short Position])
 
					
				
		
Hi Use below functions
rangemax (1,2,4)
 returns 4
rangemax (1,'xyz')
 returns 1
 
					
				
		
Yes that's it thanks. Its working now.
