Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Viewing images in filters

Hi there,

First post here, so hopefully not a silly one.

If I have image names in a db table, I would like to display the image on the interface. ie, lets say i have a folder called 'images' and in there is an image called 'gb.jpg'

when i filter on the sheet and get to that image as opposed to showing just the file name I would like it to display the image...

... a quicker description would be:

click on a catalogue item and it shows the image.

Thanks

Adrian

5 Replies
Anonymous
Not applicable
Author

Adrian,

You have to use info load, something like this:


info:
BUNDLE LOAD
User,
'images\' & User & '.jpg' as UserPicture // assuming username.jpg are your file names
RESIDENT ...;


Next, when you create your listbox (filter), in the Presentation properties, representation, select "Info As Image". Set Image formatting, probably to "keep aspect"

Reagrds,
Michael

sathishkumar_go
Partner - Specialist
Partner - Specialist

Hi Adrian,

When u pulling a data(Image)

use





Directory;





bundle





info LOAD Imagefilename

after that In list box goto Presentation -> Image Option --> Representaion

select Image

I think it ll help for u

Thanks and Regards,

Sathish

;

Not applicable
Author

Thanks for the information so far. Just for further detail, the images will be stored on a web server. So its how these are called up when clicking on items on the sheets.

Thanks


Adrian

Anonymous
Not applicable
Author

Adrian,
If you use BUNDLE LOAD instead of the INFO LOAD, the images get into your application as part of data.

Regards,
Michael

Not applicable
Author

Thanks for the information.. Actually I want to do something like displaying country flag and national flower when i select the country... Can you help with this please..

Thanks and Regards