Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
I have a requirement to clear a field on selection of a value in Listbox
I have a listbox A which has only three values( say Red,Blue and Green)
I am conditionally showing 3 different listboxes with 3 fields on selection of Green , red and blue. So is it possible to clear the selection of the listbox when i change the values in Listbox A.
 
					
				
		
you can define a Trigger (document Trigger)
so when you eitehr select, Change, lock or unlock a field you can define an Action to clear other fields
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Go to Settings
Document Properties
Triggers
Field Event Triggers
Select your Desired Field (i.e. having Red, Blue and Green, say FieldA)
On Change -- Add Actions(s) -- Add -- Selection -- Clear All
you can try with below also
On Select -- Add Actions(s) -- Add -- Selection -- Clear All
