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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to display images in a drop down/Listbox/Combo box

Hi

How to display images in a drop down/Listbox/Combo box?

I have a database table, which has a product id and product name as follows


Product Name Product ID

------------- ------------

LCD TV TE1

Washing Machine WM1

iPod IP1

I have images (thumbnail) for each of the product name and need to display it in a combo box.

Appreciate your view in this regard

1 Solution

Accepted Solutions
SunilChauhan
Champion II
Champion II

see the attched file

Sunil Chauhan

View solution in original post

4 Replies
its_anandrjs
Champion III
Champion III

Hi,

Load data as bundled info for images

Rgds

Anand

SunilChauhan
Champion II
Champion II

see the attched file

Sunil Chauhan
its_anandrjs
Champion III
Champion III

Hi,

load data like this and i suggest you use list box to show the product details.

Pictures:

Load * inline [

          Pic

          Sunset

          Waterlilies

          Winter

          Bluehills          ];

Info:

BUNDLE INFO LOAD

          Pic,

          'Images\' & Pic & '.jpg'as info

RESIDENT Pictures;

See the attached sample file.

Rgds

Anand

Not applicable
Author

Thanks !!!