Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 mahitham
		
			mahitham
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Can any one please help me to exclude .xlsx from the below field called Filename.
| Filename | 
| abcd.xlsx | 
| abcdefghj.xlsx | 
| abcdefghijk.xlsx | 
 
					
				
		
 kumarkp412
		
			kumarkp412
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Use the subfeild function to get before .xlsx.
ex: subfeild(string,'.',1) as string
Thanks
kumar kvp
 
					
				
		
 kumarkp412
		
			kumarkp412
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Use the subfeild function to get before .xlsx.
ex: subfeild(string,'.',1) as string
Thanks
kumar kvp
