I have a simple embedded view on a form that is displayed in a browser. I just want the browser to show the list of documents in that view without the ability to click and open any of those documents. Is there a way to disable the link for each document? One of the display properties of an embedded view is “Show entries as web links” but there is no converse that says do NOT make entries web links.
Subject: Disable links on embedded view in browser
On the view itself, uncheck “Show values in this column as links” for all columns.This is on “advanced” column properties.
Simeon
Subject: Disable links on embedded view in browser
You can use HTML in the view columns to create the table. By leaving A Href out and treating the embedded view as “Web Access”: Using HTML", no links will display.