Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello to All,
i want to ask you if is possible to preselect all items in a listbox when i open/reload the dashboard.
I need because i have to download automatically in excel some tables.
Thx a lot! 
 
					
				
		
 alexandros17
		
			alexandros17
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Here it is my example
 
					
				
		
here... where?
 
					
				
		
 alexandros17
		
			alexandros17
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Click on the main title and scroll all the answers, there is an attachment
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can put a trigger both on open/reload by going into document properties and add actions for OnOpen and OnPostReload for your field name and do select possible.

Best,
S
 
					
				
		
 alexandros17
		
			alexandros17
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use this otherways
Write in the script
 AAA:
 LOAD * Inline [
 Values
 Italy
 France
 UK
 USA
 Germany 
 ];
 
 Settings -> Document properties -> Triggers -> on open -> select in field
 
 Write Values in the upper textbox and write 
 ='(France|Italy)'
 in the bottom textbox
 
 Hope this helps
 
					
				
		
Hi
Yes this is possible. Find attached application clear selection and reload it %AircraftGroupID field will be selected.
.
 
					
				
		
Hi Alfonso Gaizo Have you tried above solution ? is your problem resolved ?
 
					
				
		
Yes,
thank you all
