Problem in a data entry

Hi, I had been using ODK for my research survey, I am not able to enter the
10 digit mobile number in the contact information section. I
am able to receive only 9 digits, is there any case structure or data type
where i could define and get 10 digits?

Thanks,
Shriram

A full 10 digits is beyond the representation capabilities of an integer
value (it can only store up to 2^31).

Use a string widget with a 'numbers' appearance to capture longer numbers
such as phone numbers.

··· On Sun, Nov 24, 2013 at 9:34 PM, Shriram Manogaran wrote:

Hi, I had been using ODK for my research survey, I am not able to enter
the 10 digit mobile number in the contact information section. I
am able to receive only 9 digits, is there any case structure or data type
where i could define and get 10 digits?

Thanks,
Shriram

--

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/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Thank you, It was very helpful !!!

··· On Tuesday, November 26, 2013 12:56:27 AM UTC+5:30, Mitch Sundt wrote: > > A full 10 digits is beyond the representation capabilities of an integer > value (it can only store up to 2^31). > > Use a string widget with a 'numbers' appearance to capture longer numbers > such as phone numbers. > > > > On Sun, Nov 24, 2013 at 9:34 PM, Shriram Manogaran <s.man...@irri.org wrote: > >> Hi, I had been using ODK for my research survey, I am not able to enter >> the 10 digit mobile number in the contact information section. I >> am able to receive only 9 digits, is there any case structure or data type >> where i could define and get 10 digits? >> >> Thanks, >> Shriram >> >> -- >> -- >> 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/groups/opt_out. >> > > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com >