Select to view content in your preferred language

Image is not displayed in report template

208
1
07-06-2025 09:52 AM
hello_hello
New Contributor

Hello, I have a report template that accesses and populates a feature service hosted in ArcGIS Enterprise 11.3. The display of at least one photo is also implemented. These are uploaded in the web survey (from a directory). During the upload, a "Keyword" column is also populated with the keyword "QS_VIDEO_image." Unfortunately, the image is not displayed in the report. The tag in the MS Word template is: Photos: ${#QS_VIDEO_image} ${$file | size:200:100} ${/} This always worked in AGOL. Thanks for your feedback.

0 Kudos
1 Reply
ZhifangWang
Esri Regular Contributor

Hi @hello_hello ,

The syntax in your report template looks good. Survey123 uses the attachment keyword to determine which question each attachment is associated with.

Just to confirm, the keyword you added to the attachments is "QS_VIDEO_image" — without a period at the end, correct?

Also, would you mind checking in edit mode on the Survey123 web app to ensure the keyword is set correctly? You can use the URL: https://survey123.arcgis.com/share/<surveyId>?mode=edit&globalId=<recordGlobalID> to verify if the attachments are loading properly. If they aren't, you can use your browser's developer tools to investigate further. Once the attachments load correctly in the Survey123 web app, they should also appear in the report.

0 Kudos