Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi community.
How do I select certain default values from a select list?
Thanks.
 
					
				
		
 johnw
		
			johnw
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Do you mean that when you open the application, you want certain values to be selected? For instance, you want to select customer A by default? I believe you'd do that like this:
settings -> document properties -> triggers -> OnOpen -> Add Actions -> Add -> Selection -> Select in Field -> OK -> Field = Customer -> Search String = A
 rbecher
		
			rbecher
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You have to explain more details. What are the certain default values, what is the selected list?
Do you mean a mapping table?
 
					
				
		
Hi.
I have a straight list, and i want to assign default values.
Thx
 rbecher
		
			rbecher
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Than I think you need a mapping list. Give me an example...
 rbecher
		
			rbecher
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Ok, to give you an idea:
Defaults:
MAPPING LOAD
Value, Default
FROM....
Then you can use :
ApplyMap('Defaults', Value) => Default
and if you have no default for all values:
ApplyMap('Defaults', Value. 'Something Else') => Default or 'Something Else' if no default is found
- Ralf
PS: see online help
 
					
				
		
 johnw
		
			johnw
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Do you mean that when you open the application, you want certain values to be selected? For instance, you want to select customer A by default? I believe you'd do that like this:
settings -> document properties -> triggers -> OnOpen -> Add Actions -> Add -> Selection -> Select in Field -> OK -> Field = Customer -> Search String = A
 
					
				
		
Thank you Sir John.
I'm satisfied.
