Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Try layout condition of =vDim = 1
Hi!
You can check as Show Conditional (tab "Layout" in the object Properties), and put the following rule there:
$(vDim) = 1
Regards,
Gabriel
Thanks Gabriel. It worked.