Limit Percentage Values To 100%

I am designing a form that has 3 questions that accept an integer value. Now, I need to make sure that the total of these values will not exceed 100 (because it concerns percentage). How do I do this?

I'm currently using Kobo Form builder to design the form.

You need to add a constraint expression like:
constraint="(/data/int1 + /data/int2 + /data/int3) <= 100"

I'm not familiar with Kobo's Form Builder, perhaps you can check the
element's advanced properties?

Regards,

ยทยทยท On Tuesday, October 15, 2013, wrote:

I am designing a form that has 3 questions that accept an integer value.
Now, I need to make sure that the total of these values will not exceed 100
(because it concerns percentage). How do I do this?

I'm currently using Kobo Form builder to design the form.

--

Post: opendatakit@googlegroups.com <javascript:;>
Unsubscribe: opendatakit+unsubscribe@googlegroups.com <javascript:;>
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 <javascript:;>.
For more options, visit https://groups.google.com/groups/opt_out.

--
Nik

Do you need help designing your OpenDataKit (ODK) forms? Drop me a note.