Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can i display images in the straight table ?
Thanks in advance.
Make an Expression, then check the representation as Image, then write in your image file name.
Hope this helps!
hi thanks for response.
Can i get multiple and dynamic images from another machine to my qlikview file ?
If yes please let me know what steps to follow.
Thanks in advance
Here is a snippet from Help in Qlikview:
Image
With this option QlikView will attempt to interpret each expression value as a reference to an image. The reference may be a path to an image file on disk (e.g. C:\Mypic.jpg) or inside the qvw document itself (e.g. qmem://<Name>/<Peter>). If QlikView cannot interpret an expression value as a valid image reference, the value itself will be displayed, unless the Hide Text When Image Missing box is checked.
Looks like it has to be on your machine or in the the qlikview document. For dynamic images, you may try using if statements?
by using BUNDLEfunction, we can directly load the images into Qlikview.
Hi,
Yes now i can able to load from images into qlikview.
I'm displaying the images in listbox , can we open the URL when we click any image in the listbox ?
Thanks in advance