Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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??????
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
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
BUNDLE INFO LOAD * INLINE [
Photo, Index
1_150.jpg,qmem://CUSTO_Description/image.jpg
];
you can reload your code by using inline reloading.