Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 vikasmahajan
		
			vikasmahajan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		tgh
 
					
				
		
 settu_periasamy
		
			settu_periasamy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Vikas,
I think it is working for me. Can you check the attachment..
Note: We need to select atleast one table
 
					
				
		
 settu_periasamy
		
			settu_periasamy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Vikas,
I think it will work, Could you Please post the sample data? Let us try it..
 vikasmahajan
		
			vikasmahajan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks Settu I post sample please give some time
Thanks
Vikas
 vikasmahajan
		
			vikasmahajan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		PFA Sample data
Vikas
 
					
				
		
 settu_periasamy
		
			settu_periasamy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Vikas,
I think it is working for me. Can you check the attachment..
Note: We need to select atleast one table
 vikasmahajan
		
			vikasmahajan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks Settu
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try list of fields - expression like:
=Concat(IF(WildMatch($Field, '*'& %Initative &'*'), $Field), ',')
You might want to deal the cases separately when nothing/multiple values are selected.
 vikasmahajan
		
			vikasmahajan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		TableN:
Load inline [
TableName
Abc*
PQR*
XYZ*
];
=TableName&';Region;Country Name;CIO Group;CTO Group'
This way it is sorted thanks
Vikas
