Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Display image

Hi guys,

I want to use images in text object.

If I use direct path, they works.

When I use

$(Include=C:\Users\Desktop\MOE\Tactical Feedback\tacticalfeedback MOE.txt)

Excel file has

  

Image NameImage Location
c_dislike (2)C:\Users\Desktop\MOE\Tactical Feedback\Pictures\c_dislike (2).png
c_suggestion (2)C:\Users\Desktop\MOE\Tactical Feedback\Pictures\c_suggestion (2).png
c_praise (2)C:\Users\Desktop\MOE\Tactical Feedback\Pictures\c_praise (2).png
c_dislike grayC:\Users\Desktop\MOE\Tactical Feedback\Pictures\c_dislike gray.png
c_suggestion grayC:\Users\Desktop\MOE\Tactical Feedback\Pictures\c_suggestion gray.png
c_praise grayC:\Users\Desktop\MOE\Tactical Feedback\Pictures\c_praise gray.png

Text object

Capture.PNG

What's wrong???

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

It works, when I load at the end.

View solution in original post

5 Replies
marcus_sommer

You will need a bundle load: Loading Images into QlikView.

- Marcus

Anonymous
Not applicable
Author

I did it txt file.

Capture.PNG

Anonymous
Not applicable
Author

I even tried to use INLINE LOAD

Nothing

marcus_sommer

It looks excactly like the example within the blog. I don't see any error unless that you used a variable which could be return an invalid result like NULL. For testing you could use if(1>2, pic1, pic2).

- Marcus

Anonymous
Not applicable
Author

It works, when I load at the end.