Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
akile002
Contributor
Contributor

Can I add an image with a link in a straight table?

What I have is a straight table with links to photos. If the photos do not exist, I leave the field blank. What I want to do is that if the link is good, I want to display a picture of a green camera. If the link is bad, I want to display a picture of a red camera, but I want to be able to click on the green camera and open the photo. Is this possible?

4 Replies
terezagr
Partner - Creator III
Partner - Creator III

Hi Andrea,

try this:

if(only(Photo)<>0,' ','

  if(only(Photo='Good'),'green camera','red camera picture')

akile002
Contributor
Contributor
Author

example.jpg

This is what I have right now. The problem is that I want that link to be associated with the camera so when I click on the camera, it opens up the link.

terezagr
Partner - Creator III
Partner - Creator III

I am afraid you can have either link and not picture. Or a picture without a link.

agomes1971
Specialist II
Specialist II

Hi,

can this help you?

Image &amp; Link in listbox

Regards

André Gomes