Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
.png) 
					
				
		
 crystles
		
			crystles
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I need to filter the Document in the Trigger for "On Open"
I can do that with just one selection, but I cant figure out the syntax for multiple choices?
I have tried
But none of them work?
.png) 
					
				
		
 crystles
		
			crystles
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I found this article that explained it. Example of Selecting Multiple Field Values
I had to add double quotes around the selections instead of single quotes.
("CANADA" | "UNITED STATES")
Then the formula worked.
 
					
				
		
 m_woolf
		
			m_woolf
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		(Selection1|Selection2)
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		('A'|'B'|'C')
this will give you A and B and C selection
.png) 
					
				
		
 crystles
		
			crystles
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I found this article that explained it. Example of Selecting Multiple Field Values
I had to add double quotes around the selections instead of single quotes.
("CANADA" | "UNITED STATES")
Then the formula worked.
