Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am loading images into my document by:
LOAD * INLINE [
Tool,IMAGE
5S,V:\Public\URViewImages\5s.png
Comms Cell,V:\Public\URViewImages\com cell hex.png
];
All of our users have access to this area and I have asked them to confirm this by opening the image direct.
However, when they make selections within the document, it is only showing the actual file path text and not the image.
This does not appear to be a problem for everyone - For instance, I can see the image ?
Any ideas folks ?
Thanks
Kind Regards
The default behaviour of QlikView is to display the file path if it does not find the image.
Perhaps you could try changing the URL to \\Servername\v$\public\URViewImages\com cell hex.png
Hi!
Look at "Bundle" in the help.
Images:
Bundle
LOAD * INLINE [
Tool,IMAGE
5S,V:\Public\URViewImages\5s.png
Comms Cell,V:\Public\URViewImages\com cell hex.png
];
and then use for example in the text box
=Info(Tool)
The default behaviour of QlikView is to display the file path if it does not find the image.
Perhaps you could try changing the URL to \\Servername\v$\public\URViewImages\com cell hex.png
Thank you so much for your help Simen.
It worked!!