Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to show and hide an image on clicking a list box value

Hi

How to show and hide an image on clicking a list box value?

5 Replies
Not applicable
Author

Hi,

Will you only select a single value or multiple?

For single, you can use a conditional show calculation on the image such as

Only([MyFieldhere])='Myshowvalue'

For a range you can use index

Index(Getfieldselections([MyFieldhere]),'Myshowvalue')

something like that

hope that helps

Joe

stigchel
Partner - Master
Partner - Master

You can also associate some images to the values of the field in your list box by bundle info loading images linked to these. See attached example.

Not applicable
Author

good point, that would work better for the single selections

Anonymous
Not applicable
Author

hi

I would like to display one image by selecting single value in a listbox .

Not applicable
Author

For a single value, have a look at Piet's suggestion below then, should work nicely for you