Repeat until

Looking for a quick solution to “drawing down” in a repeat group
Number of plots ${plots}
begin-repeat
Capture size of plot ${plots}
end-repeat
Sum of all plots

Q. How can I achieve this whereby the prompt goes
Capture size of plot 1
Capture size of plot 2
Capture size of plot 3
Capture size of plot 4
Capture size of plot 5

Sum total of all fields sum(${sumofall5}

Hello @bkgwadi,
the search function of this forum is often helpful, e.g.
https://community.kobotoolbox.org/search?q=sum%20total%20repeat

1 Like

@bkgwadi, this post discussed previously should help you solve your issue: