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

Announcements
Join us in Zurich on Sept 24th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Language and image against each language

Hi All,

I have language field with few languages.

I want country flag to be displayed next to Language.

Can we use two fields in a list box or is there any other way to use language and image against it.

Help me with this. Please send me with any example.

Regards,

Keerthi

1 Solution

Accepted Solutions
rbecher
MVP
MVP

Hi Keerthi,

maybe in this way.

- Ralf

Astrato.io Head of R&D

View solution in original post

5 Replies
giakoum
Partner - Master II
Partner - Master II

maybe the attached can help :

rbecher
MVP
MVP

Hi Keerthi,

maybe in this way.

- Ralf

Astrato.io Head of R&D
Not applicable
Author

Thanks RAlf.

But when i select any Language other flags is not shown. I know this is because of one expression.

How do i do if i have to display all images even if any one language is selected.

Regards,

keerthi

rbecher
MVP
MVP

Hi Keehrti,

yu can change the flagexpression to:

=only({1} 'qmem://Code/'&Code)

- Ralf

Astrato.io Head of R&D
Not applicable
Author

Thanks a lot Ralf