Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display A image Dynamically

How can i display the images dynamically?

4 Replies
stephencredmond
Luminary Alumni
Luminary Alumni

Hi,

Exactly what images in which controls?

If you look at the Google Maps example document you will see that the image in the map is dynamically created from an API call - look at the "Colors" tab and the "Dynamic Image" property.

You can also get a similar effect in Text objects if you add '.jpg' to the end of the API call so that QlikView recognises is as an image.

Regards,

Stephen

Not applicable
Author

Thnx 4 ur reply Stephen,

I need to display the image of employees.. these images are in BMP format ...wat i have done tat store the images in the table ..and those images store in hexadecimal format. and whn um calling those tables in the Qlikview and trying to show images in the TEXTBOX control ... it is not displaying...

EX:-

Load images

from images.qvd(qvd);

EXP um using int textbox control is --- info(images)

bt is nshowing nthing ...

stephencredmond
Luminary Alumni
Luminary Alumni

Hi,

I think that I tried this recently but you can't save Info into a QVD!

What happens when you load it straight from the source?

If you are loading from info, you can also try the expression:



qmem://YOUR_INFO_FIELD_NAME/Record_Value


Stephen

rohit214
Creator III
Creator III

hi there

use BUNDLE INFO in your image

load

emp.name,

I

;

hope it works

thans

rohit