Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do you add images to the expressions folder

How do you add images to the default Expressions image folder? Ie <bundled>/Builtin

'qmem:

//<bundled>/BuiltIn/arrow_s_r.png'





6 Replies
Not applicable
Author

hi did you find a way to do this?

i want to add a few custom images to the folder but dont know how?

Not applicable
Author

I found this helpful (and it works):

http://community.qlik.com/message/89988#89988

Script:

Images:
BUNDLE LOAD * INLINE [
CustImg, Image
folder_1, folder_1.png
folder_2, folder_2.png
];

Text-Object
(representation as image):

='qmem://CustImg/folder_1'

Folder-Content:

  • embedded_image.qvw
  • folder_1.png
  • folder_2.png
Anonymous
Not applicable
Author

i dont get this to work. are you supposed to find the image in the scroll-list aswell? In the expression image sheet.

Not applicable
Author

The images will appear in the list under the column name you give them. In my example CustImg.

My example also assumes you have the images in the same folder as the QVW.

SunilChauhan
Champion II
Champion II

click expression editor ( imean open to edit expression)

there

you find button image

then seleect image from there

Sunil Chauhan
Anonymous
Not applicable
Author

I'm on version 8.5 could that be the problem.

I have the images in the same folder as the QVW and this is how the scripting looks like:

builtin_images:

Bundle LOAD * INLINE [

    Custimg, Image

    arrow_up, black_up.png

    arrow_down, black_down.png

];

I read your example close but i seem to do something wrong.