¿How I can display the values of each "repeat" in a note?

Hi, i have a repeat of 500 values, and i want show a value in each interaction, after, when finish the repeat as a summary . I know that i can show a value to "repeat" when i use indexed-repeat(${item}, ${Rept}, 500) but this is for one to one.
I want know if there is a way for show an parameter without write the indexed-repeat() for each repeat.

thanks

Yes, you can use "join"

join(", ", ${item})

This should give a comma-separated list of all the filled-in item fields in
the repeat group.

The first term is the separator string, the second, and onward, are the
elements to concatenate.

··· On Tue, May 12, 2015 at 11:50 AM, wrote:

Hi, i have a repeat of 500 values, and i want show a value in each
interaction, after, when finish the repeat as a summary . I know that i can
show a value to "repeat" when i use indexed-repeat(${item}, ${Rept}, 500)
but this is for one to one.
I want know if there is a way for show an parameter without write the
indexed-repeat() for each repeat.

thanks

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

thanks
I did not know you could do that

··· El miércoles, 13 de mayo de 2015, 11:07:52 (UTC-5), Mitch Sundt escribió: > > Yes, you can use "join" > > join(", ", ${item}) > > This should give a comma-separated list of all the filled-in item fields > in the repeat group. > > The first term is the separator string, the second, and onward, are the > elements to concatenate. > > > On Tue, May 12, 2015 at 11:50 AM, <raficop...@gmail.com > wrote: > >> Hi, i have a repeat of 500 values, and i want show a value in each >> interaction, after, when finish the repeat as a summary . I know that i can >> show a value to "repeat" when i use indexed-repeat(${item}, ${Rept}, 500) >> but this is for one to one. >> I want know if there is a way for show an parameter without write the >> indexed-repeat() for each repeat. >> >> thanks >> >> -- >> -- >> Post: opend...@googlegroups.com >> Unsubscribe: opendatakit...@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "ODK Community" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to opendatakit...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com >