Multiline Images in Survey123 Report

1595
4
Jump to solution
11-23-2020 09:17 PM
MichelleTanner
New Contributor III

Hello,

I've got a survey that utilizes the multiline images. I am now trying to create a Report that displays all of the images that were taken for that question. However, when I create the report, it only displays the first image. What is the syntax needed to display all images?

Below is what I am currently using, with a screenshot of the relevant XLSform fields. Thanks in advanced!

Syntax in Report:

Photos

${TC2_p | size:188:0:0:300}

 

XLSform Field:

Screen Shot 2020-11-23 at 9.02.36 PM.png

1 Solution

Accepted Solutions
NickCoughlin
New Contributor

I was also having this issue. 

My survey is hosted on ArcGIS Enterprise. I was able to use this work around to include all attachments in my report. 

https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-feature-reports/ba-p/897...

View solution in original post

0 Kudos
4 Replies
RoryBennison
New Contributor III

Try something like this  

${#GeneralPhoto}${$file | size:150:150}${/}

Need to have the # and closing statement${/}

by Anonymous User
Not applicable

I'm having the same issue. Was this ever solved?

0 Kudos
NickCoughlin
New Contributor

I was also having this issue. 

My survey is hosted on ArcGIS Enterprise. I was able to use this work around to include all attachments in my report. 

https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-feature-reports/ba-p/897...

0 Kudos
Melissa_Salich
New Contributor II

I'm having a similar issue, I have a survey with multiline photo input - do you know if there's a way to export each individually in a report?

${elevation_overview_photo | size:400:400} - gives me photo 1 of 3

${#elevation_overview_photo}

${$file | size:400:300} 

${/} - gives me all 3 photos

0 Kudos