Convert URL to image

Hi,

How to make in a form to fill an image type column with a URL instead of the local file browser?

Not finding how to do it just from a column of type image, I tried to create a column of type URL to fill a virtual column of type show (image). I tried different formulas, but I can't convert the url to image.

Could you please help me ?

Solved Solved
0 5 3,956
1 ACCEPTED SOLUTION

I found a very simple solution:

- I used a URL type column named [PictureURL] which is only displayed in forms.

- Then I created a column of type show (image) using this very simple formula:

TEXT([PictureURL])

View solution in original post

5 REPLIES 5
Top Labels in this Space