Summary of repeats

358
1
08-10-2020 04:41 PM
by Anonymous User
Not applicable

Is there any way to view a summary of data entered into repeats without scrolling though each one.  In Pendragon forms the child forms can be viewed in a table form with selected fields which allows the user to see at a glance what has been entered.  Without such a view it seems very difficult to check whether all the required repeats have been entered.

0 Kudos
1 Reply
UriGilad_EsriAu
Esri Contributor

Hi Lucas, 

You can use the join function: 

join(',', ${question_in_repeat})

Create a new text item under the repeat group and insert the join function in the calculation field. Every time you fill the repeat field it will go into this question (separated by a comma or another delimiter as you specify in the formula).

Hope this helps, 

Uri


If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.