Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
mahitham
Creator II
Creator II

left function help

Hi,

Can any one  please help me to exclude .xlsx from the below field called Filename.

Filename
abcd.xlsx
abcdefghj.xlsx
abcdefghijk.xlsx
 
1 Solution

Accepted Solutions
kumarkp412
Creator II
Creator II

Hi,

Use the subfeild function to get before .xlsx.

ex: subfeild(string,'.',1) as string

 

Thanks

kumar kvp

View solution in original post

1 Reply
kumarkp412
Creator II
Creator II

Hi,

Use the subfeild function to get before .xlsx.

ex: subfeild(string,'.',1) as string

 

Thanks

kumar kvp