Do you mean not repeating a repeat group more than 9 times? I am not sure about doing it in ODK Build. But here are two posts about limiting the number of times a repeat group can be filled out:
Hi, dear all.
I have a form including a repeat group ; the group has a select_one type
field with three options : for eah of those options, I would like the
program not to allow the group to be repeated more than N times(e.g :
N=4).
In advance, thanks for your help.
Regards,
I want to limit the number of repeats based on the previous question. But, I want to add a condition :
The number of repeat is equal to the previous answer if the answer is <3 (0, 1 or 2).
And the number of repeat is equal to 3 if the answer is >=3 (3, 4, 5, etc.)
I tried using jr :count but it did not work.
Any help will be appreciated.
Thanks
em