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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

To load images in qvw file

Hi,

I am using images in list box By inline, And Bundle function...

I can Images in list box in Qlikview 10 but in qlikview 11 Images are not appearing. Below is the code...

HManImages:

Load * inline [

CUSTO_Description
'OEM Audi'
'OEM Daimler Benz'
'OEM Ferrari'
'OEM FiatChrysler'
'OEM BMW'
'OEM Harley Davidson'
'OEM Hyundai'
'Porsche'
'OEM PSARenault'
'OEM SSANGYOUNG'
'OEM Subaru'
'OEM Toyota'
'VW Group'
]

;

Info:

BUNDLE INFO LOAD

CUSTO_Description,

'Images\' & CUSTO_Description & '.jpg' as info RESIDENT HManImages;

I have store all the images in 'IMAGES' folder...

How to see tihs images in qlikview 11??????

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hi and Welcome to the QlikCommunity,

If you have loaded those tables without problem, create, for example, a new text object, go to the General tab and click on the Text [...] button that opens the expression editor. In the expression editor, go to the tabs at the bottom where you see Fields, Functions, Variables and Images. Click on Images, click on the dropdown list and you will see "<bundled>" and in addition you will see yours.

Just click on an image and make sure that hs this form (preceded by the equal sign):

='qmem://CUSTO_Description/image.jpg'

Then, in teh General tab of the text object properties, select "Image" in the representation dropdown.

Hope that helps.

Miguel

View solution in original post

2 Replies
Miguel_Angel_Baeyens

Hi and Welcome to the QlikCommunity,

If you have loaded those tables without problem, create, for example, a new text object, go to the General tab and click on the Text [...] button that opens the expression editor. In the expression editor, go to the tabs at the bottom where you see Fields, Functions, Variables and Images. Click on Images, click on the dropdown list and you will see "<bundled>" and in addition you will see yours.

Just click on an image and make sure that hs this form (preceded by the equal sign):

='qmem://CUSTO_Description/image.jpg'

Then, in teh General tab of the text object properties, select "Image" in the representation dropdown.

Hope that helps.

Miguel

Not applicable
Author

BUNDLE INFO LOAD * INLINE [

    Photo, Index

    1_150.jpg,qmem://CUSTO_Description/image.jpg

];

you can reload your code by using inline reloading.