Hello,
I need to download a CSV file, displaying the name of the attached files of an Attachment field (without the link).
Do you know how to display only the name of the attached documents ?
Thanks a lot for your help !
Milarépa
Hello,
I need to download a CSV file, displaying the name of the attached files of an Attachment field (without the link).
Do you know how to display only the name of the attached documents ?
Thanks a lot for your help !
Milarépa
Best answer by W_Vann_Hall
Hello!
thanks works fine. I am wondering if it also possible to remove the file type in the name?
Example: attachmentname.pdf = attachmentname
Sure:
LEFT(
{FullAttachmentName},
FIND(
'.',
{FullAttachmentName}
)-1
)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.