Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
I did test that formula and it did seem to work for me ... did you have a string that failed that I could test it on. The useful idea is that the ToNumber( ) function will return blank it what you give it contains non numeric characters.
In my test, the field for [maybe a number] was a text string.
In my test, the field for [maybe a number] was a text string.
QuickBaseCoachD
8 years agoQrew Captain
to test for a blank you would use
IF(Trim([my text field])="", true)
ie you test against empty quotes
IF(Trim([my text field])="", true)
ie you test against empty quotes