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