Limit_NumberOf_group_Repeats_By_select_one_option

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,

Hi Amal,

Add a repeat_count column with int(${select_one_with_numbers}). I've
attached an example.

Yaw

repeat_count.xlsx (10.3 KB)

ยทยทยท On Wed, Feb 8, 2017 at 11:46 PM, Amal wrote: > 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, > > -- > -- > 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.

Hi, Yaw.
Many thanks.
Best,