Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
445
Displaying image in column and enable click functionality to open file.
posted

I'm trying to display an image for a row when that row has a file (in this case a PDF) attached to it.  I have a True/False column called 'FileExists' which indicates if the row has a document associated with it.

So based on this this those rows that have a True value in the FileExists column should display an image.  I want the ability then to allow the user to click the image to open the assigned PDF file.

I have had a few attempts at this now based on other posts but can quite get it to work properly.

Any help would be most appreciated.

Troy