Digit constraint in excel

Hello,

I'm trying to figure out how to do a digit constraint in excel? I would
like the maximum number of digits to be 10. I haven't found the proper
equation in the google group for excel.

Hoping someone can help,

Thank you!

Hi Imobi,
Try this:

string-length(.) <= 10

You can find more documentation about the available xpath formulas here:
http://opendatakit.org/help/form-design/binding/
Additionally, you should use a text prompt with the appearance column set
to "numbers" because I think JavaRosa integers can only hold 9 digits.
Regards,
-Nathan

ยทยทยท On Monday, November 26, 2012 12:38:30 AM UTC-8, Imobi wrote: > > Hello, > > I'm trying to figure out how to do a digit constraint in excel? I would > like the maximum number of digits to be 10. I haven't found the proper > equation in the google group for excel. > > Hoping someone can help, > > > Thank you! >