Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Difficulty using "Qmen"

Good morning everyone!

Some time ago I am seeking not work because of my expressions used to add an image.

In the script, I'm using the following command:

Imagens:

Bundle Info LOAD * INLINE [

    Img, Imagem

    1, logo.png

];

And the text object:

='qmem://Img/1'

I've used in various other applications, but that can not make it work.

Follow qvw file attached.

Who can help, thank you.

Hugs.

1 Solution

Accepted Solutions
14 Replies
Not applicable
Author

I'm sorry, but what exactly are you asking for help with?

Anonymous
Not applicable
Author

I need to use the term "qmen" to change my image on all pages just by changing the image that is in my folder.

This expression always worked, but this application is not working.

Bill_Britt
Former Employee
Former Employee

I see

Imagens:

Bundle Info LOAD * INLINE [

    Img, Imagem

    1, logo.png

];

In your load script, but I done't see the Table Imagens, in your data model.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Bill_Britt
Former Employee
Former Employee

Take a look at this one.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Anonymous
Not applicable
Author

Hi Bill !

I'm not understand, why the table don't appears.

I have reviewed the entire script, and I'm not finding errors.

Anonymous
Not applicable
Author

I tried using it:

Directory;

Bundle

LOAD * INLINE [

    Item, Image

    Logo, ..\Includes\logo.png

  

];

As the file you gave me, and did not work too.

=/

Bill_Britt
Former Employee
Former Employee

You just can't change the image in the folder without doing a reload. Bundle load means the image is stored in the QVW.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Anonymous
Not applicable
Author

Yes, but when i do a reload, the image not change.

And, the image and the image does not load, using the expression:

='qmem://item/Logo'

Look my printscreen.

Anonymous
Not applicable
Author

Up!