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

Dynamic Image

Hello, I have a folder on my pc with 2 images. I want to display one on them depending of a measure. For example, if salary is greater than 1000, I display image_1 and if salary i smaller than 1000 i display image_2. Please help me

13 Replies
rubenmarin

Hi, there is another extension that can help you:

http://branch.qlik.com/#!/project/583764c83dc0cfc4138afa26

You can create 2 image objects, set one as default and the other as conditional, the conditional expression can be:

If(sum(Salary)<1000, 1, 0)

Not applicable
Author

Alright, thank you for helping me. Looking forward to hear from you.

Not applicable
Author

Hello Ruben, thank you, i will try this out asap.

MK9885
Master II
Master II

I tried those extensions but doesn't seem to work for me even after providing the correct destination for images.

You can go with Ruben's suggestion, the container is best to show/hide an image.

Create a 2 Text Boxes with image in it and give your condition in that container extension.

Thanks.