Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
DrB1
Contributor III
Contributor III

Add Images to Table via URL or Media Upload

I see we can now upload images to a table. I saw a video linking qlik to github repo. Do I have to use github? I have a local folder of images that I want to add to the table. I tried uploading them into the media folder but can't see any option to access that folder from a sheet/table. Is there a way I can access these from a local folder, or upload images as a linkable data file? Can you help me, please?

1 Reply
DrB1
Contributor III
Contributor III
Author

I am doing this that is discussed in https://community.qlik.com/t5/New-to-Qlik-Sense/Linked-images-on-Sense/td-p/1215476/page/2 except that I am working in Qlik Sense online rather than desktop version. My code is: 

 

Images:

Load * INLINE [

LastNameFirstName, ImageLocation

'Alba, Melissa', 'https://imagefolder/Alba%2C%20Melissa.jpeg'

];

What I see in my sheet/table is the link (which used in a browser shows the image) and a little image icon like this:

 

DrB1_0-1639766548654.png

 

What can I change to get the table to show the pic?