Conditioanlly select items to display

Posted by: cevans on 22 April 2022, 12:45 am EST

  • Posted 22 April 2022, 12:45 am EST

    I have a url and an alt value that comes from our database.

    Using the standalone designer, How would I display the image if I have a url, or a textbox with the alt value if not

  • Posted 24 April 2022, 7:36 pm EST

    Hello,

    You could use the conditional visibility expression for the “Hidden” property of the image and textbox controls. For instance, if the image should not display when the url is null, then you could use the {IIF(IsNothing(url), True, False)} for this Image’s Hidden property.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels