Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
Could you please assist me? Is there any setting or option that i need to set in the qlikview because i have been trying to show images which refuses and shows text 'qmem://Image Name/Red Circle' I have even tried a example on the community pages and again when i click reload the images refuse and it displays text.
the example on the community is found here: https://community.qlik.com/docs/DOC-4331
Hi Bruce,
I am assuming that you are trying to show bundle image in the straight table. Once you specify the expression with bundle image follow below steps.
1. Select the bundle image expression.
2. Change the Representation Type to "Image".
3. Change the Image Formatting to "Keep Aspect".
Attached is the image representing the same.
Let me know if this works.
Thanks,
Akash.
Hi Bruce,
I am assuming that you are trying to show bundle image in the straight table. Once you specify the expression with bundle image follow below steps.
1. Select the bundle image expression.
2. Change the Representation Type to "Image".
3. Change the Image Formatting to "Keep Aspect".
Attached is the image representing the same.
Let me know if this works.
Thanks,
Akash.
Hi Bruce,
Your code to load bundle images may be this:
Images:
BUNDLE LOAD
Name,
Location
FROM ....;
This load must to be the last on your script.
Regards!!