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