Linking two fields

Hi,
I have two field that i want to link. The first one is the sex of repondent
(1=woman, 2=man) the second one (integer) is the age of the respondant. I
want to constraint the second one to accept a range 15-49 for a woman or
15-59 for man.
How can i do it?
Thanks!!!

See the bindings page for the set of available functions. These can be used
in constraint, required, relevant and calculation columns.

i.e,

. >= 15 and if( ${sex} = 1, . <= 49, . <= 59)

··· On Thu, Jul 17, 2014 at 9:48 AM, Legarraudien wrote:

Hi,
I have two field that i want to link. The first one is the sex of
repondent (1=woman, 2=man) the second one (integer) is the age of the
respondant. I want to constraint the second one to accept a range 15-49 for
a woman or 15-59 for man.
How can i do it?
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 a lot

··· 2014-07-17 10:23 GMT-07:00 Mitch Sundt :

See the bindings page for the set of available functions. These can be
used in constraint, required, relevant and calculation columns.

http://opendatakit.org/help/form-design/binding/

i.e,

. >= 15 and if( ${sex} = 1, . <= 49, . <= 59)

On Thu, Jul 17, 2014 at 9:48 AM, Legarraudien pagarraud1@gmail.com wrote:

Hi,
I have two field that i want to link. The first one is the sex of
repondent (1=woman, 2=man) the second one (integer) is the age of the
respondant. I want to constraint the second one to accept a range 15-49 for
a woman or 15-59 for man.
How can i do it?
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

--

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.