Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
abhijith28
Creator II
Creator II

Loading of Image in Qliksense

Hi,

How to load images into Qliksense from the database.

Image,City

Pic1,A

Pic2,B

Pic3,A

If there are multiple images for each cities, user should be able to scroll up and down to view the image in the Qliksense App.

 

Labels (1)
1 Reply
ArnadoSandoval
Specialist II
Specialist II

Hi @abhijith28 

Yours is a very interesting question, I found an extension at Qlik Branch Simple Table with Image/Link Detection which seems to do what you want to implement, one thing to keep in mind is that the extension can not access files on the PC or Server hosting the Qlik application, hence your images should be available on a URL; I did some tests with this extension on my virtual environment after installing a web server (I installed WAMP Server ) and adding a folder (named Images to its localhost site) ; below is the script used for my tests:

 

Image:
Load * Inline [
ImageName, Path
Sitemap, '//localhost/Images/QC_sitemap.png" style="height:50%"'
Sitemap2, '//localhost/Images/QC_sitemap.png'
Vials,   "http://localhost/Images/QC_vials.png"
Users,   "http://localhost/Images/QC_users.png"
];

 

This screenshot shows the results obtained:

Images-01.jpg

Hope this helps,

Arnaldo Sandoval
A journey of a thousand miles begins with a single step.