Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello,
I would like to select more than one argument into the field named 'Type_AIR_H' On activate sheet:
Here the Trigger parameters:
Here The table 'Type_AIR_H named here'AI_Notions':
How can i do that please ?
Thank you in advance for your help,
Sébastien.
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
try with double quote instead of single quote
like
("Final Result Acc"|"Net Result Acc fmt")
Regards
 Clever_Anjos
		
			Clever_Anjos
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		('Final Result Acc'|'Another Value') should work
 
					
				
		
I tried this:
('Final Result Acc'|'Net Result Acc fmt')
But it doesn't work 😕
 Clever_Anjos
		
			Clever_Anjos
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try
('*Final Result Acc*'|'*Net Result Acc fmt*')
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
try with double quote instead of single quote
like
("Final Result Acc"|"Net Result Acc fmt")
Regards
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Here: Compound Search - demystified you will find many explanations and examples to search-strings.
- Marcus
 
					
				
		
Thanks a lot  !
 !
Sébastien.
