Repeated_Select_one_Limit_NumberofChoice

Hi, dear all.
On the xlsform in attach, I would like to avoid more than one select for
each option of m_f select_one.
In advance, thank for your help.
Best,

SexChoice.xlsx (10.6 KB)

Since your m_f is within a repeat, I presume you want to control the number
of repeats. If so, you can use repeat_count, see http://xlsform.org/#repeats

··· -- Need ODK forms development or training? www.geoengsystems.com

On Thursday, February 16, 2017 at 1:22:43 PM UTC+3, Amal wrote:

Hi, dear all.
On the xlsform in attach, I would like to avoid more than one select for
each option of m_f select_one.
In advance, thank for your help.
Best,

Hi, Geoeng.
Thanks for your reply.
My goal is not to control the number of repeat(any problem to do this); my
goal is to limit at 1, the number of select of each option of this
select_one; my intent is, within a repetition of this group, not allow user
to select (e.g: m), more than one time.
Hope have been most clear.
Thanks.

··· Le jeudi 16 février 2017 14:11:20 UTC+1, Geoeng Systems a écrit : > > Since your m_f is within a repeat, I presume you want to control the > number of repeats. If so, you can use repeat_count, see > http://xlsform.org/#repeats > > -- > Need ODK forms development or training? > www.geoengsystems.com > > On Thursday, February 16, 2017 at 1:22:43 PM UTC+3, Amal wrote: >> >> Hi, dear all. >> On the xlsform in attach, I would like to avoid more than one select for >> each option of m_f select_one. >> In advance, thank for your help. >> Best, >> >

Sorry for not getting this correct initially!

There are many ways to do this, and I don't know what would be the best
option for you. See one example attached. Try and let us know if it suits
your need(s)

tts.xls (29.5 KB)

··· --

Need ODK forms development or training?
www.geoengsystems.com

On Thursday, February 16, 2017 at 4:42:43 PM UTC+3, Amal wrote:

Hi, Geoeng.
Thanks for your reply.
My goal is not to control the number of repeat(any problem to do this); my
goal is to limit at 1, the number of select of each option of this
select_one; my intent is, within a repetition of this group, not allow user
to select (e.g: m), more than one time.
Hope have been most clear.
Thanks.

Le jeudi 16 février 2017 14:11:20 UTC+1, Geoeng Systems a écrit :

Since your m_f is within a repeat, I presume you want to control the
number of repeats. If so, you can use repeat_count, see
http://xlsform.org/#repeats

--
Need ODK forms development or training?
www.geoengsystems.com

On Thursday, February 16, 2017 at 1:22:43 PM UTC+3, Amal wrote:

Hi, dear all.
On the xlsform in attach, I would like to avoid more than one select for
each option of m_f select_one.
In advance, thank for your help.
Best,

Dear, Geoeng.
I have a problem with this first way:
At the start of the form, the first choice is fixed at Male; and there is
any way to change it to Female; imagine that the case wher the user has
only female to record?!
Questions

  1. position(..) on this line gives the position of what?
  2. what does string(${position})
    thanks
··· Le jeudi 16 février 2017 15:04:33 UTC+1, Geoeng Systems a écrit : > > Sorry for not getting this correct initially! > > There are many ways to do this, and I don't know what would be the best > option for you. See one example attached. Try and let us know if it suits > your need(s) > > -- > > Need ODK forms development or training? > www.geoengsystems.com > > On Thursday, February 16, 2017 at 4:42:43 PM UTC+3, Amal wrote: >> >> Hi, Geoeng. >> Thanks for your reply. >> My goal is not to control the number of repeat(any problem to do this); >> my goal is to limit at 1, the number of select of each option of this >> select_one; my intent is, within a repetition of this group, not allow user >> to select (e.g: m), more than one time. >> Hope have been most clear. >> Thanks. >> >> Le jeudi 16 février 2017 14:11:20 UTC+1, Geoeng Systems a écrit : >>> >>> Since your m_f is within a repeat, I presume you want to control the >>> number of repeats. If so, you can use repeat_count, see >>> http://xlsform.org/#repeats >>> >>> -- >>> Need ODK forms development or training? >>> www.geoengsystems.com >>> >>> On Thursday, February 16, 2017 at 1:22:43 PM UTC+3, Amal wrote: >>>> >>>> Hi, dear all. >>>> On the xlsform in attach, I would like to avoid more than one select >>>> for each option of m_f select_one. >>>> In advance, thank for your help. >>>> Best, >>>> >>>

Amal

You can delete / remove "read me" column to allow user selection/change.

position(..) computes the position in the repeat e.g. 1,2,3 etc.

string (${position}) converts the variable "position" (which is a number)
to a string

In case this solution does not meet your needs, let us see the input of
other ODK users.

Dear, Geoeng.
I have a problem with this first way:
At the start of the form, the first choice is fixed at Male; and there is
any way to change it to Female; imagine that the case wher the user has
only female to record?!
Questions

  1. position(..) on this line gives the position of what?
  2. what does string(${position})
    thanks
··· On Feb 16, 2017 6:18 PM, "Amal" wrote:

Le jeudi 16 février 2017 15:04:33 UTC+1, Geoeng Systems a écrit :

Sorry for not getting this correct initially!

There are many ways to do this, and I don't know what would be the best
option for you. See one example attached. Try and let us know if it suits
your need(s)

--

Need ODK forms development or training?
www.geoengsystems.com

On Thursday, February 16, 2017 at 4:42:43 PM UTC+3, Amal wrote:

Hi, Geoeng.
Thanks for your reply.
My goal is not to control the number of repeat(any problem to do this);
my goal is to limit at 1, the number of select of each option of this
select_one; my intent is, within a repetition of this group, not allow user
to select (e.g: m), more than one time.
Hope have been most clear.
Thanks.

Le jeudi 16 février 2017 14:11:20 UTC+1, Geoeng Systems a écrit :

Since your m_f is within a repeat, I presume you want to control the
number of repeats. If so, you can use repeat_count, see
http://xlsform.org/#repeats

--
Need ODK forms development or training?
www.geoengsystems.com

On Thursday, February 16, 2017 at 1:22:43 PM UTC+3, Amal wrote:

Hi, dear all.
On the xlsform in attach, I would like to avoid more than one select
for each option of m_f select_one.
In advance, thank for your help.
Best,

--
--
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 a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/opendatakit/zj5qHhpSuuE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Dear, Geoeng
Many thanks for your solution which does not completely meet my need.
As you've suggested, let us see the input of other ODK users.
Thanks, again.
Best,

··· Le jeudi 16 février 2017 19:19:27 UTC+1, Geoeng Systems a écrit : > > Amal > > You can delete / remove "read me" column to allow user selection/change. > > position(..) computes the position in the repeat e.g. 1,2,3 etc. > > string (${position}) converts the variable "position" (which is a number) > to a string > > In case this solution does not meet your needs, let us see the input of > other ODK users. > > > On Feb 16, 2017 6:18 PM, "Amal" <altes...@gmail.com > wrote: > > Dear, Geoeng. > I have a problem with this first way: > At the start of the form, the first choice is fixed at Male; and there is > any way to change it to Female; imagine that the case wher the user has > only female to record?! > Questions > 1) position(..) on this line gives the position of what? > 2) what does string(${position}) > thanks > > > Le jeudi 16 février 2017 15:04:33 UTC+1, Geoeng Systems a écrit : >> >> Sorry for not getting this correct initially! >> >> There are many ways to do this, and I don't know what would be the best >> option for you. See one example attached. Try and let us know if it suits >> your need(s) >> >> -- >> >> Need ODK forms development or training? >> www.geoengsystems.com >> >> On Thursday, February 16, 2017 at 4:42:43 PM UTC+3, Amal wrote: >>> >>> Hi, Geoeng. >>> Thanks for your reply. >>> My goal is not to control the number of repeat(any problem to do this); >>> my goal is to limit at 1, the number of select of each option of this >>> select_one; my intent is, within a repetition of this group, not allow user >>> to select (e.g: m), more than one time. >>> Hope have been most clear. >>> Thanks. >>> >>> Le jeudi 16 février 2017 14:11:20 UTC+1, Geoeng Systems a écrit : >>>> >>>> Since your m_f is within a repeat, I presume you want to control the >>>> number of repeats. If so, you can use repeat_count, see >>>> http://xlsform.org/#repeats >>>> >>>> -- >>>> Need ODK forms development or training? >>>> www.geoengsystems.com >>>> >>>> On Thursday, February 16, 2017 at 1:22:43 PM UTC+3, Amal wrote: >>>>> >>>>> Hi, dear all. >>>>> On the xlsform in attach, I would like to avoid more than one select >>>>> for each option of m_f select_one. >>>>> In advance, thank for your help. >>>>> Best, >>>>> >>>> -- > -- > 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 a topic in the > Google Groups "ODK Community" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/opendatakit/zj5qHhpSuuE/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > opendatakit...@googlegroups.com . > For more options, visit https://groups.google.com/d/optout. > > >

Dear, Geoeng
Many thanks for your solution which does not completely meet my need.
As you've suggested, let us see the input of other ODK users.
Thanks, again.
Best,

··· Le jeudi 16 février 2017 19:19:27 UTC+1, Geoeng Systems a écrit : > > Amal > > You can delete / remove "read me" column to allow user selection/change. > > position(..) computes the position in the repeat e.g. 1,2,3 etc. > > string (${position}) converts the variable "position" (which is a number) > to a string > > In case this solution does not meet your needs, let us see the input of > other ODK users. > > > On Feb 16, 2017 6:18 PM, "Amal" <altes...@gmail.com > wrote: > > Dear, Geoeng. > I have a problem with this first way: > At the start of the form, the first choice is fixed at Male; and there is > any way to change it to Female; imagine that the case wher the user has > only female to record?! > Questions > 1) position(..) on this line gives the position of what? > 2) what does string(${position}) > thanks > > > Le jeudi 16 février 2017 15:04:33 UTC+1, Geoeng Systems a écrit : >> >> Sorry for not getting this correct initially! >> >> There are many ways to do this, and I don't know what would be the best >> option for you. See one example attached. Try and let us know if it suits >> your need(s) >> >> -- >> >> Need ODK forms development or training? >> www.geoengsystems.com >> >> On Thursday, February 16, 2017 at 4:42:43 PM UTC+3, Amal wrote: >>> >>> Hi, Geoeng. >>> Thanks for your reply. >>> My goal is not to control the number of repeat(any problem to do this); >>> my goal is to limit at 1, the number of select of each option of this >>> select_one; my intent is, within a repetition of this group, not allow user >>> to select (e.g: m), more than one time. >>> Hope have been most clear. >>> Thanks. >>> >>> Le jeudi 16 février 2017 14:11:20 UTC+1, Geoeng Systems a écrit : >>>> >>>> Since your m_f is within a repeat, I presume you want to control the >>>> number of repeats. If so, you can use repeat_count, see >>>> http://xlsform.org/#repeats >>>> >>>> -- >>>> Need ODK forms development or training? >>>> www.geoengsystems.com >>>> >>>> On Thursday, February 16, 2017 at 1:22:43 PM UTC+3, Amal wrote: >>>>> >>>>> Hi, dear all. >>>>> On the xlsform in attach, I would like to avoid more than one select >>>>> for each option of m_f select_one. >>>>> In advance, thank for your help. >>>>> Best, >>>>> >>>> -- > -- > 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 a topic in the > Google Groups "ODK Community" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/opendatakit/zj5qHhpSuuE/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > opendatakit...@googlegroups.com . > For more options, visit https://groups.google.com/d/optout. > > >

Amal,

Why not put all the elements inside one repeat?

Yaw

··· On Sat, Feb 18, 2017 at 12:01 AM, Amal wrote: > Dear, Geoeng > Many thanks for your solution which does not completely meet my need. > As you've suggested, let us see the input of other ODK users. > Thanks, again. > Best, > > Le jeudi 16 février 2017 19:19:27 UTC+1, Geoeng Systems a écrit : >> >> Amal >> >> You can delete / remove "read me" column to allow user selection/change. >> >> position(..) computes the position in the repeat e.g. 1,2,3 etc. >> >> string (${position}) converts the variable "position" (which is a number) >> to a string >> >> In case this solution does not meet your needs, let us see the input of >> other ODK users. >> >> >> On Feb 16, 2017 6:18 PM, "Amal" wrote: >> >> Dear, Geoeng. >> I have a problem with this first way: >> At the start of the form, the first choice is fixed at Male; and there is >> any way to change it to Female; imagine that the case wher the user has only >> female to record?! >> Questions >> 1) position(..) on this line gives the position of what? >> 2) what does string(${position}) >> thanks >> >> >> Le jeudi 16 février 2017 15:04:33 UTC+1, Geoeng Systems a écrit : >>> >>> Sorry for not getting this correct initially! >>> >>> There are many ways to do this, and I don't know what would be the best >>> option for you. See one example attached. Try and let us know if it suits >>> your need(s) >>> >>> -- >>> >>> Need ODK forms development or training? >>> www.geoengsystems.com >>> >>> On Thursday, February 16, 2017 at 4:42:43 PM UTC+3, Amal wrote: >>>> >>>> Hi, Geoeng. >>>> Thanks for your reply. >>>> My goal is not to control the number of repeat(any problem to do this); >>>> my goal is to limit at 1, the number of select of each option of this >>>> select_one; my intent is, within a repetition of this group, not allow user >>>> to select (e.g: m), more than one time. >>>> Hope have been most clear. >>>> Thanks. >>>> >>>> Le jeudi 16 février 2017 14:11:20 UTC+1, Geoeng Systems a écrit : >>>>> >>>>> Since your m_f is within a repeat, I presume you want to control the >>>>> number of repeats. If so, you can use repeat_count, see >>>>> http://xlsform.org/#repeats >>>>> >>>>> -- >>>>> Need ODK forms development or training? >>>>> www.geoengsystems.com >>>>> >>>>> On Thursday, February 16, 2017 at 1:22:43 PM UTC+3, Amal wrote: >>>>>> >>>>>> Hi, dear all. >>>>>> On the xlsform in attach, I would like to avoid more than one select >>>>>> for each option of m_f select_one. >>>>>> In advance, thank for your help. >>>>>> Best, >> >> -- >> -- >> 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 a topic in the >> Google Groups "ODK Community" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/opendatakit/zj5qHhpSuuE/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> opendatakit...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> >> > -- > -- > 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.
It is because, for each selected value of sexe, users may have to record
more than one person and I do not want them to have to add group as many
times.
But, if you think that putting all elements inside one group will make
things easier, it's ok for me.
Thanks.

··· Le mardi 21 février 2017 03:20:33 UTC+1, Yaw Anokwa a écrit : > > Amal, > > Why not put all the elements inside one repeat? > > Yaw > > On Sat, Feb 18, 2017 at 12:01 AM, Amal <altes...@gmail.com > wrote: > > Dear, Geoeng > > Many thanks for your solution which does not completely meet my need. > > As you've suggested, let us see the input of other ODK users. > > Thanks, again. > > Best, > > > > Le jeudi 16 février 2017 19:19:27 UTC+1, Geoeng Systems a écrit : > >> > >> Amal > >> > >> You can delete / remove "read me" column to allow user > selection/change. > >> > >> position(..) computes the position in the repeat e.g. 1,2,3 etc. > >> > >> string (${position}) converts the variable "position" (which is a > number) > >> to a string > >> > >> In case this solution does not meet your needs, let us see the input of > >> other ODK users. > >> > >> > >> On Feb 16, 2017 6:18 PM, "Amal" wrote: > >> > >> Dear, Geoeng. > >> I have a problem with this first way: > >> At the start of the form, the first choice is fixed at Male; and there > is > >> any way to change it to Female; imagine that the case wher the user has > only > >> female to record?! > >> Questions > >> 1) position(..) on this line gives the position of what? > >> 2) what does string(${position}) > >> thanks > >> > >> > >> Le jeudi 16 février 2017 15:04:33 UTC+1, Geoeng Systems a écrit : > >>> > >>> Sorry for not getting this correct initially! > >>> > >>> There are many ways to do this, and I don't know what would be the > best > >>> option for you. See one example attached. Try and let us know if it > suits > >>> your need(s) > >>> > >>> -- > >>> > >>> Need ODK forms development or training? > >>> www.geoengsystems.com > >>> > >>> On Thursday, February 16, 2017 at 4:42:43 PM UTC+3, Amal wrote: > >>>> > >>>> Hi, Geoeng. > >>>> Thanks for your reply. > >>>> My goal is not to control the number of repeat(any problem to do > this); > >>>> my goal is to limit at 1, the number of select of each option of this > >>>> select_one; my intent is, within a repetition of this group, not > allow user > >>>> to select (e.g: m), more than one time. > >>>> Hope have been most clear. > >>>> Thanks. > >>>> > >>>> Le jeudi 16 février 2017 14:11:20 UTC+1, Geoeng Systems a écrit : > >>>>> > >>>>> Since your m_f is within a repeat, I presume you want to control the > >>>>> number of repeats. If so, you can use repeat_count, see > >>>>> http://xlsform.org/#repeats > >>>>> > >>>>> -- > >>>>> Need ODK forms development or training? > >>>>> www.geoengsystems.com > >>>>> > >>>>> On Thursday, February 16, 2017 at 1:22:43 PM UTC+3, Amal wrote: > >>>>>> > >>>>>> Hi, dear all. > >>>>>> On the xlsform in attach, I would like to avoid more than one > select > >>>>>> for each option of m_f select_one. > >>>>>> In advance, thank for your help. > >>>>>> Best, > >> > >> -- > >> -- > >> 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 a topic in the > >> Google Groups "ODK Community" group. > >> To unsubscribe from this topic, visit > >> https://groups.google.com/d/topic/opendatakit/zj5qHhpSuuE/unsubscribe. > >> To unsubscribe from this group and all its topics, send an email to > >> opendatakit...@googlegroups.com. > >> For more options, visit https://groups.google.com/d/optout. > >> > >> > > -- > > -- > > 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. >

Amal,

I'd probably move everything into one group. Or have a male repeat or
a female repeat.

Yaw

··· On Tue, Feb 21, 2017 at 6:06 PM, Amal wrote: > Hi,Yaw. > It is because, for each selected value of sexe, users may have to record > more than one person and I do not want them to have to add group as many > times. > But, if you think that putting all elements inside one group will make > things easier, it's ok for me. > Thanks. > Le mardi 21 février 2017 03:20:33 UTC+1, Yaw Anokwa a écrit : >> >> Amal, >> >> Why not put all the elements inside one repeat? >> >> Yaw >> >> On Sat, Feb 18, 2017 at 12:01 AM, Amal wrote: >> > Dear, Geoeng >> > Many thanks for your solution which does not completely meet my need. >> > As you've suggested, let us see the input of other ODK users. >> > Thanks, again. >> > Best, >> > >> > Le jeudi 16 février 2017 19:19:27 UTC+1, Geoeng Systems a écrit : >> >> >> >> Amal >> >> >> >> You can delete / remove "read me" column to allow user >> >> selection/change. >> >> >> >> position(..) computes the position in the repeat e.g. 1,2,3 etc. >> >> >> >> string (${position}) converts the variable "position" (which is a >> >> number) >> >> to a string >> >> >> >> In case this solution does not meet your needs, let us see the input of >> >> other ODK users. >> >> >> >> >> >> On Feb 16, 2017 6:18 PM, "Amal" wrote: >> >> >> >> Dear, Geoeng. >> >> I have a problem with this first way: >> >> At the start of the form, the first choice is fixed at Male; and there >> >> is >> >> any way to change it to Female; imagine that the case wher the user has >> >> only >> >> female to record?! >> >> Questions >> >> 1) position(..) on this line gives the position of what? >> >> 2) what does string(${position}) >> >> thanks >> >> >> >> >> >> Le jeudi 16 février 2017 15:04:33 UTC+1, Geoeng Systems a écrit : >> >>> >> >>> Sorry for not getting this correct initially! >> >>> >> >>> There are many ways to do this, and I don't know what would be the >> >>> best >> >>> option for you. See one example attached. Try and let us know if it >> >>> suits >> >>> your need(s) >> >>> >> >>> -- >> >>> >> >>> Need ODK forms development or training? >> >>> www.geoengsystems.com >> >>> >> >>> On Thursday, February 16, 2017 at 4:42:43 PM UTC+3, Amal wrote: >> >>>> >> >>>> Hi, Geoeng. >> >>>> Thanks for your reply. >> >>>> My goal is not to control the number of repeat(any problem to do >> >>>> this); >> >>>> my goal is to limit at 1, the number of select of each option of this >> >>>> select_one; my intent is, within a repetition of this group, not >> >>>> allow user >> >>>> to select (e.g: m), more than one time. >> >>>> Hope have been most clear. >> >>>> Thanks. >> >>>> >> >>>> Le jeudi 16 février 2017 14:11:20 UTC+1, Geoeng Systems a écrit : >> >>>>> >> >>>>> Since your m_f is within a repeat, I presume you want to control the >> >>>>> number of repeats. If so, you can use repeat_count, see >> >>>>> http://xlsform.org/#repeats >> >>>>> >> >>>>> -- >> >>>>> Need ODK forms development or training? >> >>>>> www.geoengsystems.com >> >>>>> >> >>>>> On Thursday, February 16, 2017 at 1:22:43 PM UTC+3, Amal wrote: >> >>>>>> >> >>>>>> Hi, dear all. >> >>>>>> On the xlsform in attach, I would like to avoid more than one >> >>>>>> select >> >>>>>> for each option of m_f select_one. >> >>>>>> In advance, thank for your help. >> >>>>>> Best, >> >> >> >> -- >> >> -- >> >> 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 a topic in the >> >> Google Groups "ODK Community" group. >> >> To unsubscribe from this topic, visit >> >> https://groups.google.com/d/topic/opendatakit/zj5qHhpSuuE/unsubscribe. >> >> To unsubscribe from this group and all its topics, send an email to >> >> opendatakit...@googlegroups.com. >> >> For more options, visit https://groups.google.com/d/optout. >> >> >> >> >> > -- >> > -- >> > 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. > > -- > -- > 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
thanks for your suggestion;
but, how can I have separatly, male repeat and female repeat without
duplicating their common fileds (age, qualification in the attached file) ?
Amal

··· Le mardi 21 février 2017 11:17:47 UTC+1, Yaw Anokwa a écrit : > > Amal, > > I'd probably move everything into one group. Or have a male repeat or > a female repeat. > > Yaw > > On Tue, Feb 21, 2017 at 6:06 PM, Amal <altes...@gmail.com > wrote: > > Hi,Yaw. > > It is because, for each selected value of sexe, users may have to record > > more than one person and I do not want them to have to add group as > many > > times. > > But, if you think that putting all elements inside one group will make > > things easier, it's ok for me. > > Thanks. > > Le mardi 21 février 2017 03:20:33 UTC+1, Yaw Anokwa a écrit : > >> > >> Amal, > >> > >> Why not put all the elements inside one repeat? > >> > >> Yaw > >> > >> On Sat, Feb 18, 2017 at 12:01 AM, Amal wrote: > >> > Dear, Geoeng > >> > Many thanks for your solution which does not completely meet my need. > >> > As you've suggested, let us see the input of other ODK users. > >> > Thanks, again. > >> > Best, > >> > > >> > Le jeudi 16 février 2017 19:19:27 UTC+1, Geoeng Systems a écrit : > >> >> > >> >> Amal > >> >> > >> >> You can delete / remove "read me" column to allow user > >> >> selection/change. > >> >> > >> >> position(..) computes the position in the repeat e.g. 1,2,3 etc. > >> >> > >> >> string (${position}) converts the variable "position" (which is a > >> >> number) > >> >> to a string > >> >> > >> >> In case this solution does not meet your needs, let us see the input > of > >> >> other ODK users. > >> >> > >> >> > >> >> On Feb 16, 2017 6:18 PM, "Amal" wrote: > >> >> > >> >> Dear, Geoeng. > >> >> I have a problem with this first way: > >> >> At the start of the form, the first choice is fixed at Male; and > there > >> >> is > >> >> any way to change it to Female; imagine that the case wher the user > has > >> >> only > >> >> female to record?! > >> >> Questions > >> >> 1) position(..) on this line gives the position of what? > >> >> 2) what does string(${position}) > >> >> thanks > >> >> > >> >> > >> >> Le jeudi 16 février 2017 15:04:33 UTC+1, Geoeng Systems a écrit : > >> >>> > >> >>> Sorry for not getting this correct initially! > >> >>> > >> >>> There are many ways to do this, and I don't know what would be the > >> >>> best > >> >>> option for you. See one example attached. Try and let us know if it > >> >>> suits > >> >>> your need(s) > >> >>> > >> >>> -- > >> >>> > >> >>> Need ODK forms development or training? > >> >>> www.geoengsystems.com > >> >>> > >> >>> On Thursday, February 16, 2017 at 4:42:43 PM UTC+3, Amal wrote: > >> >>>> > >> >>>> Hi, Geoeng. > >> >>>> Thanks for your reply. > >> >>>> My goal is not to control the number of repeat(any problem to do > >> >>>> this); > >> >>>> my goal is to limit at 1, the number of select of each option of > this > >> >>>> select_one; my intent is, within a repetition of this group, not > >> >>>> allow user > >> >>>> to select (e.g: m), more than one time. > >> >>>> Hope have been most clear. > >> >>>> Thanks. > >> >>>> > >> >>>> Le jeudi 16 février 2017 14:11:20 UTC+1, Geoeng Systems a écrit : > >> >>>>> > >> >>>>> Since your m_f is within a repeat, I presume you want to control > the > >> >>>>> number of repeats. If so, you can use repeat_count, see > >> >>>>> http://xlsform.org/#repeats > >> >>>>> > >> >>>>> -- > >> >>>>> Need ODK forms development or training? > >> >>>>> www.geoengsystems.com > >> >>>>> > >> >>>>> On Thursday, February 16, 2017 at 1:22:43 PM UTC+3, Amal wrote: > >> >>>>>> > >> >>>>>> Hi, dear all. > >> >>>>>> On the xlsform in attach, I would like to avoid more than one > >> >>>>>> select > >> >>>>>> for each option of m_f select_one. > >> >>>>>> In advance, thank for your help. > >> >>>>>> Best, > >> >> > >> >> -- > >> >> -- > >> >> 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 a topic in > the > >> >> Google Groups "ODK Community" group. > >> >> To unsubscribe from this topic, visit > >> >> > https://groups.google.com/d/topic/opendatakit/zj5qHhpSuuE/unsubscribe. > >> >> To unsubscribe from this group and all its topics, send an email to > >> >> opendatakit...@googlegroups.com. > >> >> For more options, visit https://groups.google.com/d/optout. > >> >> > >> >> > >> > -- > >> > -- > >> > 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. > > > > -- > > -- > > 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. >

Amal,

You can't, which might be a reason to put gender inside the repeat.

Yaw

··· On Wed, Feb 22, 2017 at 4:52 AM, Amal wrote: > Hi, Yaw > thanks for your suggestion; > but, how can I have separatly, male repeat and female repeat without > duplicating their common fileds (age, qualification in the attached file) ? > Amal > > Le mardi 21 février 2017 11:17:47 UTC+1, Yaw Anokwa a écrit : >> >> Amal, >> >> I'd probably move everything into one group. Or have a male repeat or >> a female repeat. >> >> Yaw >> >> On Tue, Feb 21, 2017 at 6:06 PM, Amal wrote: >> > Hi,Yaw. >> > It is because, for each selected value of sexe, users may have to record >> > more than one person and I do not want them to have to add group as >> > many >> > times. >> > But, if you think that putting all elements inside one group will make >> > things easier, it's ok for me. >> > Thanks. >> > Le mardi 21 février 2017 03:20:33 UTC+1, Yaw Anokwa a écrit : >> >> >> >> Amal, >> >> >> >> Why not put all the elements inside one repeat? >> >> >> >> Yaw >> >> >> >> On Sat, Feb 18, 2017 at 12:01 AM, Amal wrote: >> >> > Dear, Geoeng >> >> > Many thanks for your solution which does not completely meet my need. >> >> > As you've suggested, let us see the input of other ODK users. >> >> > Thanks, again. >> >> > Best, >> >> > >> >> > Le jeudi 16 février 2017 19:19:27 UTC+1, Geoeng Systems a écrit : >> >> >> >> >> >> Amal >> >> >> >> >> >> You can delete / remove "read me" column to allow user >> >> >> selection/change. >> >> >> >> >> >> position(..) computes the position in the repeat e.g. 1,2,3 etc. >> >> >> >> >> >> string (${position}) converts the variable "position" (which is a >> >> >> number) >> >> >> to a string >> >> >> >> >> >> In case this solution does not meet your needs, let us see the input >> >> >> of >> >> >> other ODK users. >> >> >> >> >> >> >> >> >> On Feb 16, 2017 6:18 PM, "Amal" wrote: >> >> >> >> >> >> Dear, Geoeng. >> >> >> I have a problem with this first way: >> >> >> At the start of the form, the first choice is fixed at Male; and >> >> >> there >> >> >> is >> >> >> any way to change it to Female; imagine that the case wher the user >> >> >> has >> >> >> only >> >> >> female to record?! >> >> >> Questions >> >> >> 1) position(..) on this line gives the position of what? >> >> >> 2) what does string(${position}) >> >> >> thanks >> >> >> >> >> >> >> >> >> Le jeudi 16 février 2017 15:04:33 UTC+1, Geoeng Systems a écrit : >> >> >>> >> >> >>> Sorry for not getting this correct initially! >> >> >>> >> >> >>> There are many ways to do this, and I don't know what would be the >> >> >>> best >> >> >>> option for you. See one example attached. Try and let us know if it >> >> >>> suits >> >> >>> your need(s) >> >> >>> >> >> >>> -- >> >> >>> >> >> >>> Need ODK forms development or training? >> >> >>> www.geoengsystems.com >> >> >>> >> >> >>> On Thursday, February 16, 2017 at 4:42:43 PM UTC+3, Amal wrote: >> >> >>>> >> >> >>>> Hi, Geoeng. >> >> >>>> Thanks for your reply. >> >> >>>> My goal is not to control the number of repeat(any problem to do >> >> >>>> this); >> >> >>>> my goal is to limit at 1, the number of select of each option of >> >> >>>> this >> >> >>>> select_one; my intent is, within a repetition of this group, not >> >> >>>> allow user >> >> >>>> to select (e.g: m), more than one time. >> >> >>>> Hope have been most clear. >> >> >>>> Thanks. >> >> >>>> >> >> >>>> Le jeudi 16 février 2017 14:11:20 UTC+1, Geoeng Systems a écrit : >> >> >>>>> >> >> >>>>> Since your m_f is within a repeat, I presume you want to control >> >> >>>>> the >> >> >>>>> number of repeats. If so, you can use repeat_count, see >> >> >>>>> http://xlsform.org/#repeats >> >> >>>>> >> >> >>>>> -- >> >> >>>>> Need ODK forms development or training? >> >> >>>>> www.geoengsystems.com >> >> >>>>> >> >> >>>>> On Thursday, February 16, 2017 at 1:22:43 PM UTC+3, Amal wrote: >> >> >>>>>> >> >> >>>>>> Hi, dear all. >> >> >>>>>> On the xlsform in attach, I would like to avoid more than one >> >> >>>>>> select >> >> >>>>>> for each option of m_f select_one. >> >> >>>>>> In advance, thank for your help. >> >> >>>>>> Best, >> >> >> >> >> >> -- >> >> >> -- >> >> >> 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 a topic in >> >> >> the >> >> >> Google Groups "ODK Community" group. >> >> >> To unsubscribe from this topic, visit >> >> >> >> >> >> https://groups.google.com/d/topic/opendatakit/zj5qHhpSuuE/unsubscribe. >> >> >> To unsubscribe from this group and all its topics, send an email to >> >> >> opendatakit...@googlegroups.com. >> >> >> For more options, visit https://groups.google.com/d/optout. >> >> >> >> >> >> >> >> > -- >> >> > -- >> >> > 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. >> > >> > -- >> > -- >> > 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. > > -- > -- > 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.

Yaw,
thanks a lot.
best,

··· Le jeudi 23 février 2017 22:46:09 UTC+1, Yaw Anokwa a écrit : > > Amal, > > You can't, which might be a reason to put gender inside the repeat. > > Yaw > > On Wed, Feb 22, 2017 at 4:52 AM, Amal <altes...@gmail.com > wrote: > > Hi, Yaw > > thanks for your suggestion; > > but, how can I have separatly, male repeat and female repeat without > > duplicating their common fileds (age, qualification in the attached > file) ? > > Amal > > > > Le mardi 21 février 2017 11:17:47 UTC+1, Yaw Anokwa a écrit : > >> > >> Amal, > >> > >> I'd probably move everything into one group. Or have a male repeat or > >> a female repeat. > >> > >> Yaw > >> > >> On Tue, Feb 21, 2017 at 6:06 PM, Amal wrote: > >> > Hi,Yaw. > >> > It is because, for each selected value of sexe, users may have to > record > >> > more than one person and I do not want them to have to add group as > >> > many > >> > times. > >> > But, if you think that putting all elements inside one group will > make > >> > things easier, it's ok for me. > >> > Thanks. > >> > Le mardi 21 février 2017 03:20:33 UTC+1, Yaw Anokwa a écrit : > >> >> > >> >> Amal, > >> >> > >> >> Why not put all the elements inside one repeat? > >> >> > >> >> Yaw > >> >> > >> >> On Sat, Feb 18, 2017 at 12:01 AM, Amal wrote: > >> >> > Dear, Geoeng > >> >> > Many thanks for your solution which does not completely meet my > need. > >> >> > As you've suggested, let us see the input of other ODK users. > >> >> > Thanks, again. > >> >> > Best, > >> >> > > >> >> > Le jeudi 16 février 2017 19:19:27 UTC+1, Geoeng Systems a écrit : > >> >> >> > >> >> >> Amal > >> >> >> > >> >> >> You can delete / remove "read me" column to allow user > >> >> >> selection/change. > >> >> >> > >> >> >> position(..) computes the position in the repeat e.g. 1,2,3 > etc. > >> >> >> > >> >> >> string (${position}) converts the variable "position" (which is a > >> >> >> number) > >> >> >> to a string > >> >> >> > >> >> >> In case this solution does not meet your needs, let us see the > input > >> >> >> of > >> >> >> other ODK users. > >> >> >> > >> >> >> > >> >> >> On Feb 16, 2017 6:18 PM, "Amal" wrote: > >> >> >> > >> >> >> Dear, Geoeng. > >> >> >> I have a problem with this first way: > >> >> >> At the start of the form, the first choice is fixed at Male; and > >> >> >> there > >> >> >> is > >> >> >> any way to change it to Female; imagine that the case wher the > user > >> >> >> has > >> >> >> only > >> >> >> female to record?! > >> >> >> Questions > >> >> >> 1) position(..) on this line gives the position of what? > >> >> >> 2) what does string(${position}) > >> >> >> thanks > >> >> >> > >> >> >> > >> >> >> Le jeudi 16 février 2017 15:04:33 UTC+1, Geoeng Systems a écrit : > >> >> >>> > >> >> >>> Sorry for not getting this correct initially! > >> >> >>> > >> >> >>> There are many ways to do this, and I don't know what would be > the > >> >> >>> best > >> >> >>> option for you. See one example attached. Try and let us know if > it > >> >> >>> suits > >> >> >>> your need(s) > >> >> >>> > >> >> >>> -- > >> >> >>> > >> >> >>> Need ODK forms development or training? > >> >> >>> www.geoengsystems.com > >> >> >>> > >> >> >>> On Thursday, February 16, 2017 at 4:42:43 PM UTC+3, Amal wrote: > >> >> >>>> > >> >> >>>> Hi, Geoeng. > >> >> >>>> Thanks for your reply. > >> >> >>>> My goal is not to control the number of repeat(any problem to > do > >> >> >>>> this); > >> >> >>>> my goal is to limit at 1, the number of select of each option > of > >> >> >>>> this > >> >> >>>> select_one; my intent is, within a repetition of this group, > not > >> >> >>>> allow user > >> >> >>>> to select (e.g: m), more than one time. > >> >> >>>> Hope have been most clear. > >> >> >>>> Thanks. > >> >> >>>> > >> >> >>>> Le jeudi 16 février 2017 14:11:20 UTC+1, Geoeng Systems a écrit > : > >> >> >>>>> > >> >> >>>>> Since your m_f is within a repeat, I presume you want to > control > >> >> >>>>> the > >> >> >>>>> number of repeats. If so, you can use repeat_count, see > >> >> >>>>> http://xlsform.org/#repeats > >> >> >>>>> > >> >> >>>>> -- > >> >> >>>>> Need ODK forms development or training? > >> >> >>>>> www.geoengsystems.com > >> >> >>>>> > >> >> >>>>> On Thursday, February 16, 2017 at 1:22:43 PM UTC+3, Amal wrote: > >> >> >>>>>> > >> >> >>>>>> Hi, dear all. > >> >> >>>>>> On the xlsform in attach, I would like to avoid more than one > >> >> >>>>>> select > >> >> >>>>>> for each option of m_f select_one. > >> >> >>>>>> In advance, thank for your help. > >> >> >>>>>> Best, > >> >> >> > >> >> >> -- > >> >> >> -- > >> >> >> 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 a topic > in > >> >> >> the > >> >> >> Google Groups "ODK Community" group. > >> >> >> To unsubscribe from this topic, visit > >> >> >> > >> >> >> > https://groups.google.com/d/topic/opendatakit/zj5qHhpSuuE/unsubscribe. > >> >> >> To unsubscribe from this group and all its topics, send an email > to > >> >> >> opendatakit...@googlegroups.com. > >> >> >> For more options, visit https://groups.google.com/d/optout. > >> >> >> > >> >> >> > >> >> > -- > >> >> > -- > >> >> > 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. > >> > > >> > -- > >> > -- > >> > 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. > > > > -- > > -- > > 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. >