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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine

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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Not applicable
Author

Thanks a lot Ralf