Common Content for Data Engineering 
			
			- Common Content for Data Engineering 10.2.2 Service Pack 1
 - All Products
 
           
      	
            
	
      CHOOSE(index, string1[,string2, ...,stringN] )
Argument  | Required/ Optional  | Description  | 
|---|---|---|
index  | Required 
					   | Numeric datatype. Enter a number based on the position of the value you want to match. 
					   | 
string  | Required 
					   | Any character value. 
					   | 
CHOOSE( 2, 'knife', 'flashlight', 'diving hood' )
CHOOSE( 4, 'knife', 'flashlight', 'diving hood' )