Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
Please need your help to develop the attached application. I have created 3 button in the application file-
1. first 10 days 2. Next 10 days 3. Remaining days
If I click any of the button based on the condition 3rd portion will refresh(lower part of the application).
Appreciate your quick response.
 
					
				
		
 avinashelite
		
			avinashelite
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
Please help
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Add a Day field to your data model:
Day([Date Raised]) AS @_Day,
Then add a select in field actions to select @_Day:
<=10
>10<=20
>20
 
					
				
		
 avinashelite
		
			avinashelite
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Suman,
please find the attachment for the solution
