Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do i add an external image in QlikView. I have a file in its path is 'E:/Images/Star.jpg'. what will be the script for loading it in Qlikview. It can be done using Bundle before the load statement but i am not getting the exact code.
Load * inline [
id ,Path
1,E:/Images/Star.jpg
];
and take text box and write exp
=Path
select image in representation
hope this helps
it is working but i want to store the image in qlikview. So that even if i delete that image from that path. It should show the image.
I realize this is an old post, but I'll reply anyway. Maybe it can help new readers.
You could probably load the images into a .qvd file which you can then reference from the .qvw
Hi
You can try the example of scripts below
Bundle Info Load*Inline
[
Country, Flags
Taiwan, Flags\Tw.bmp
];
Best Regard
Rick