Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Displaying country flags as per listbox selection

I am displaying country flags as images based on the selection in a listbox.

At any given point in time the text box displays only one flag when one country is selected. I need to display multiple countries and their corresponding flags in the text box besides the list box. Can anybody please suggest a way to do it?

My expression in the text box is simply =Flags

and in the script i have loaded a spreadsheet with the country name in GLT_Site and Flag field contains the image path

maptable6:
load
GLT_Site,
Flags

FROM
[$(DATA_FilePath)$(Mapping_FileName)]
(
ooxml, embedded labels, table is [Country Flags]);

1 Solution

Accepted Solutions
marcus_sommer

You could use an additionally expression within the listbox like here:

Further this might be helpful by loading images: Loading Images into QlikView.

- Marcus

View solution in original post

7 Replies
marcus_sommer

You could use an additionally expression within the listbox like here:

Further this might be helpful by loading images: Loading Images into QlikView.

- Marcus

beck_bakytbek
Master
Master

Hi Paktar,

look at this:

https://www.youtube.com/watch?v=BhmqmtAev7c

beck

avinashelite

Check this document

Bundle Info Load

MarcoWedel

Hi,

maybe helpful:

Display images

QlikCommunity_Thread_246305_Pic1.JPG

Help in Code

QlikCommunity_Thread_246305_Pic2.JPG          QlikCommunity_Thread_246305_Pic3.JPG

regards

Marco

Anonymous
Not applicable
Author

thanks Marcus..I went through the blog and found the solution..it really helped

Anonymous
Not applicable
Author

thanks the solution given was very helpful..i got to learn something new

Anonymous
Not applicable
Author

Thanks Marco..Solutions given by all of you have been very helpful