Forum Discussion
MarkShnier__You Qrew Legend
Qrew Legend
6 years agoYes, but not there.
You can enable Custom Data Rules in the Advanced Properties of the table and enter a formula like this one
IF(
Length([My Text field])> 0
and
Length([My Text field]) < 5,
"You must enter at least 5 characters in the XYZ field")
this formula would permit blank. 
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- ChelseaCarpent16 years agoQrew TraineeWorked like a charm, thank you!
 ------------------------------
 Chelsea Carpenter
 ------------------------------
- 204944 years agoQrew MemberHow about a numeric field, what formula can be used then?- MarkShnier__You4 years agoQrew Legend Huh?
 What's the question. Can you say in words what rule you want to enforce.
 ------------------------------
 Mark Shnier (Your Quickbase Coach)
 mark.shnier@gmail.com
 ------------------------------- 204944 years agoQrew MemberI know I can use the formula below to limit the digit of entry for a text field. But this formula doesn't apply to a numeric field.
 Is there any way to limit the digit without changing my field type into a text field?
 Thank you!
 IF(
 Length([My Text field])> 0
 and
 Length([My Text field]) < 5,
 "You must enter at least 5 characters in the XYZ field")