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:
Solved! Go to Solution.
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.
Try something like this
${#GeneralPhoto}${$file | size:150:150}${/}
Need to have the # and closing statement${/}
I'm having the same issue. Was this ever solved?
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.
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