Hi, How can i display an attachment in a view column?If i use the column property “Display Values as icons”,will my problem be solved?How can i map the richtext field to the column?Any suggestions.
Subject: You can’t
You can only show images ressources which are in the database design as custom icons in a column view.
Document attachment cannot be used in view columns.
Renaud
Subject: How to Display attchment in a view column?
Hi , Thank u for your Response.Some how i have managed to display the icon by enabling the column formula “Display values as Icons” and by writing the column formula as @if(@attachments;5;0) in the view column to make sure that there is an attachment in the view column.Now i need another clarification that can i display the name of the attachment in the view column along with the Attachment icon.
Subject: Yes you can
Please use '@AttachmentNames ’ in the view column formula
Regards,
Dev
Subject: How to Display an attachment in a view?
Hi, Iam able to get my attachment icon in one column by enabling the Column Property “Display Values as Icons” and by using the @Attachments functions ,i have displayed the icon in one column and have used another dummy column to display the attachment names.But i dont want them in Seperate columns.I want them to concatnate in one column.When i was trying to do that ,iam not able to see anything.Can anyone suggest this.I can achieve his individually by seperating them and displaying them in seperate columns.