I am creating a form to collect information on individual fish at several locations using Survey 123 Connect. I set up a repeat group to record individual fish attributes, however, the field crews need to see all repeated rows as the data is collected. Is there a method to display all completed repeated rows within a survey instead of having them stacked (1 of x)? The number of fish recorded at a site varies between 1 and ~100. I am using a grid formatted survey to replicate the field crews current data collection form. Attached is a screen capture of a simplified table example. Any advice is greatly appreciated.
Hi Hassan,
No this is not currently possible, each repeat is its own record and therefore can not be displayed on the same repeat. Some other ways you could consider to redesign your survey would be to use grid theme which does allow you to have a table view, however this does not use repeats, all records would be part of the same parent record or the first repeat.
Regards,
Phil.
I would also love this.
Vote up the idea here Appearance option to view Repeats stacked in Survey123 app
And here https://community.esri.com/ideas/17811
Talked about here also
Thank you Phil and Doug,
For now, I have deployed a grid theme with repeats.
--Hassan
This would be really useful to view the results of a repeat on a "review" page at the end of a survey.
There is a way to do this using java script functions. Read in what you want to display using a calc field:
pulldata("@javascript","displayrho.js","samples", ${RHO})
Simply make the function return the string:
function samples(RHO)
{
//dsiplay all samples
return RHO;
}
Then make a note field using ${DisplayRHO} . This will list them with comma's in between. Let me know if you find a way to get this in table format!
You can find a great write up on JS functions in survey123 here:
Could you please share the excel form for this?
I came up with a hack for this. I used an HTML table to display the entire contents of the repeat. Unfortunately CSS is not supported so I had to revert to deprecated table attributes:
I am very interested in this vegetation survey form. I tried reproducing the form using these screenshots, but I received a validation error. I have just started using Survey123, so the problem lies with me. Still, would you be willing to share this form with the community, or with me? Thanks so much in advance.
Edit: I managed to reproduce the example. I am very happy now.
I too would be interested if possible to get a copy of the form to help re-work the table. I have been trying for a few days with no luck.