Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading External Image

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.

4 Replies
SunilChauhan
Champion II
Champion II

Load * inline [

id ,Path

1,E:/Images/Star.jpg

];

and take  text box and  write exp

=Path

select image in representation

hope this helps

Sunil Chauhan
Not applicable
Author

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.

Not applicable
Author

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

Not applicable
Author

Hi

   You can try the example of scripts below

   Bundle Info Load*Inline

   [

   Country, Flags

   Taiwan, Flags\Tw.bmp

   ];

    Best Regard

    Rick