Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an application that shows a list of products in a list box - the requirement is to display the image of the product when a user selects a single entry from the list box. The client has the images on their website and can only provide me URLs for them. Does anyone know how I can achieve this?
Thanks in advance
Alexis
Hello Petter,
We've verified that the web server has access to that site with its service account.
In fact, now I know what the problem is. QlikView doesn't allow or accept image URLs which includes %20 (space char encoded).
For example:
http://www.mysite.com/my%20images/my%20image.jpg --> This won't work in QV
http://www.mysite.com/my_images/my_image.jpg --> This would work in QV
Do you know how to encode/decode URL?
I've also tried using just the space (not '%20') but it doesn't work neither.
Thanks,
Ariel
Any help on this situation?
Thanks!