Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help with loading images

Hi All,

Need help with loading images into Qlikview using URL.

I have a URL in which all the images(Images of Customers) are stored(Around 300 images).

Example URL: http://ihtry9bcbg005/CustomerImages/

Now i want to load all those images into Qlikview.

Images are stored in such a way that the name of the image is the ID of the Customer.

Can anyone tell me how to load all the images(in script) into application and how to link with data?

Thanks in advance,

Neehu

4 Replies
Ralf-Narfeldt
Employee
Employee

Please check out this Qlik Design Blog post on the topic:

Loading Images into QlikView

simsondevadoss
Partner - Creator III
Partner - Creator III

You can directly import as a link. While displaying it in chart or text box, you can give it as "Display as Image "

Marcellino_Groothof
Contributor III
Contributor III

Hi,

Go to your script and load * inline (see example). After the reload you have youre images.

 

Images:

BUNDLE INFO LOAD * INLINE [
Store, Image
'Dummy','X:\Logo\Dummy.jpg'

]
;

Greetings,

Marcellino

Not applicable
Author

Hi All,

Thanks for the response.

I am aware of Bundle load but is there a process to bring the pictures without using Excel? Because as of now there are so many pictures in the link. So creating them in excel is time consuming as well as there are chances that pictures may vary time to time along with the ID.