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.
- Select an image or image place-holder.
- On theVisibilitytab of itsPropertiesview, select theHide Elementcheck box.
- In theExpressionfield, enterrow["Photo.Photo"]== null, wherePhotois 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.