Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi All,
i have a requirement to display to next 10 days (in date format ) from today.
Thanks In Advance
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If you want to show next 10 days from today you can use below formula in Text Box
=Concat(Date(Valueloop(Today(),Today()+9,1)),', ')
 kaushiknsolanki
		
			kaushiknsolanki
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		HI,
Will you please elaborate what you want to do?
Regards,
Kaushik Solanki
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If you want to show next 10 days from today you can use below formula in Text Box
=Concat(Date(Valueloop(Today(),Today()+9,1)),', ')
 
					
				
		
thnk you Manish Kachhia ! its working for me and thanks for ur suggestion
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Kindly close the thread by selection appropriate answer.
 
					
				
		
thanks for your reply!
I have resolved the problem
