Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Please check out this Qlik Design Blog post on the topic:
You can directly import as a link. While displaying it in chart or text box, you can give it as "Display as Image "
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
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.