Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
derekledbetter
Contributor III
Contributor III

qmem - not displaying

I realize this has been answered and I'm still having issues with it.  This is the desire.

Qlikview V11. is the version being used.  I saw one area where V11 doesn't work.  Is that true?\

Below is the code to show the script and text object.

InLine

/* images and icons URL paths */
SET pGlobalImagePath = '.\Images';


/* Global and Local Images and Icons */

Images:
BUNDLE LOAD * INLINE [
ImageID ,ImagePath
splash ,$(pGlobalImagePath)\splash.png
splashlogo ,$(pGlobalImagePath)\splashlogo.png
infobutton ,$(pGlobalImagePath)\infobutton.png
getstarted ,$(pGlobalImagePath)\getstarted.png

logo ,$(pGlobalImagePath)\logo.png
infologo ,$(pGlobalImagePath)\infologo.png
CS_collasped ,$(pGlobalImagePath)\CurrentSelections_collapsed.png
CS_expanded ,$(pGlobalImagePath)\CurrentSelections_expanded.png
searching ,$(pGlobalImagePath)\searching.png
CompanyLogo ,$(pGlobalImagePath)\EA_Horizontal.png'
]
;

---- Notice = the images is to be in another folder.  I took it this folder needs to be under what is running.

For example, if the .qvw is running in "imageplacement" folder, then the images is under that folder. 

\ImagePlacement\Images ===== is this correct?

Then, the .png is there and is not working at all.

Text Object

='qmem://ImageID/CompanyLogo'

=== and the background is set to blue, the only thing showing is "BLUE".  the image is not showing.

What am I doing wrong?

13 Replies
stigchel
Partner - Master
Partner - Master

Place a = sign in front of the expression, like

='qmem://<bundled>/BuiltIn/arrow_e.png'

And maybe you also need the <bundled> bit, to be sure use the paste button

derekledbetter
Contributor III
Contributor III
Author

I did use the "paste" button - that's what it generated.

Will try "=" - thanks.

derekledbetter
Contributor III
Contributor III
Author

ALL,

I am most appreciative of everyone assisting me with this issue.  With the last reply, I now have my IMAGE on the screen.

THANKS TO ALL!!!!!!!

derekledbetter
Contributor III
Contributor III
Author

Hi,

What if the image is in the same place as $expansion?

How do you use that ?

Thanks,