Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Prevent Broken Image Links from Displaying

Prevent Broken Image Links from Displaying

Create a report design file.
Report Designer displays a broken image link when it can't locate an image specified in a Workday report. You can prevent the broken link symbol from appearing in generated reports by adjusting the properties of the image.
  1. Select an image or image place-holder.
  2. On the
    Visibility
    tab of its
    Properties
    view, select the
    Hide Element
    check box.
  3. In the
    Expression
    field, enter
    row["Photo.Photo"]== null
    , where
    Photo
    is the column heading value for the image field in your report. Example:
    EmployeeHeadshot.EmployeeHeadshot
    . This expression checks if the image is present, and hides it for all outputs if it's missing.