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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Image show/hide

Hi,

I have never worked with images. And I have a small requirement. In the attached qvw, I have a image in a text box. And the functionality should be like when  vDim =1, the image should be visible and when vDim <> 1 the image should not be visible. Basically the hide and show of image should be based on the vDim value.

Thanks for all the help.

Regards,

Sachin

1 Solution

Accepted Solutions
sunny_talwar

Try layout condition of =vDim = 1

Capture.PNG

View solution in original post

3 Replies
sunny_talwar

Try layout condition of =vDim = 1

Capture.PNG

Anonymous
Not applicable
Author

Hi!

You can check as Show Conditional (tab "Layout" in the object Properties), and put the following rule there:

$(vDim) = 1

Regards,

Gabriel

Not applicable
Author

Thanks Gabriel. It worked.