Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello,
How to max and min date from data and that should show in variables.
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Check the attached
 
					
				
		
 vishsaggi
		
			vishsaggi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Sunny, he might want to show the dates rather than the numbers. So he can use date around those variable expessions like
= Date(Max(OrderDate))
= Date(Min(OrderDate))
