Survey123 Feature Report: Is it possible to display repeat question results in a grid format?

475
1
11-27-2019 02:38 PM
NathanDuncan
New Contributor III

Hey all,

I currently have a Survey123 app working and have built a report which summarises the information. One of the questions within the survey is a repeat question for adding names and signatures. I'm currently displaying the repeat with the below syntax:

${#employee_names}
${name}
${signature|size:0:75}
${/employee_names}

This works in showing the data line by line (image 1), but I was hoping there would be a way to display it in a grid format, specifically multiple columns (image 2). Can this be done?

Thanks in advance.




Ben Van Kesteren

0 Kudos
1 Reply
JamesTedrick
Esri Esteemed Contributor

Hi Nathan,

The closest that could be done is by placing the name and signature in a table - you could then have 1 name/signature per row.  

0 Kudos