I am creating a table containing a list of articles. I read a view, and create a table entry in a rich text field with the article name. In addition to the article name, the view contains a URL to either the document containing the attachment, or the original (web) source location.
This is a weekly summary distributed to senior managers, and the requirement is to create a link from the title to the article. So far, everything is in place, except attaching the URL link to the title. How can I select the table entry, create the URL hotspot, and attach the evaluated URL?
Thanks for any insight you can provide.