Forum Discussion
ChrisChris
8 years agoQrew Assistant Captain
You can use the Length() function like so in a formula check box field.
if(
length([phone number])<10,true,false
)
RajHelaiya
8 years agoQrew Captain
Got it, thanks. It worked, I was calculating on the assumption length =10.