Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
arusanah
Creator II
Creator II

help loading Image in QVw

HI ,

I am trying to load images to my qvw file . my script is not working . It just displays img path .

can somebody help ?

2 Replies
Not applicable

Hey arusanah,

Try attached script. (place Eligiblity.png in c:\)

Description:

- You will need to use BUNDLE Load

Images: 

BUNDLE LOAD * INLINE [ 

ImageID, Path 

Elig, c:\Eligiblity.png

]; 

- Add a Text object and choose "Image" From Representation dropdown (General tab)

-  Paste below as a "Text" of Text object (please note the equal sign):

='qmem://ImageID/Elig'

- If Image does not look good play around with "Image Stretch" dropdown.

Of course Text Object is just an example, you can add your images in other objects (for example, add Flags in Country List Box)

BR,

Kuba