Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
There may be other ways but this might be quick and dirty as a formula checkbox field. But this will fail if the number has a leading zero like 0123. If that is possible, then the formula will need to be a bit fancier.
ToText(ToNumber([maybe a number]))=[maybe a number]
ToText(ToNumber([maybe a number]))=[maybe a number]