Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
DrB1
Creator
Creator

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
Creator
Creator
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?