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: 
dumbala_reddy
Partner - Contributor II
Partner - Contributor II

Display image based on filter selection values

Hi Team,

I am using Qlik sense Image extention and want to display image as per selections made by user.

But scenario is when I select suppose two values from field it should display same image. How can this be possible.

To display image for single value I have used Getfieldselections(Field) formula. It working fine but I need formula for two values. Thanks

1 Solution

Accepted Solutions
mato32188
Specialist
Specialist

Hi Dumbala,
try to use GetSelectedCount(Field) and GetFieldSelections(Field) as a combination to fulfill your needs.
BR
Martin
ECG line chart is the most important visualization in your life.

View solution in original post

3 Replies
mato32188
Specialist
Specialist

Hi Dumbala,
try to use GetSelectedCount(Field) and GetFieldSelections(Field) as a combination to fulfill your needs.
BR
Martin
ECG line chart is the most important visualization in your life.
dumbala_reddy
Partner - Contributor II
Partner - Contributor II
Author

Hi Mato,

I have used combination of Getfieldselections and Getselectedcount functions together and got the solution..

Thanks a lot for your help 🙂

laacib
Contributor III
Contributor III

Could someone please provide an example how and where such a formule is to set? I want to show an image direct on an empty area or on a diagramm based on a selected field values. Thanks!