Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
no problem
The formula for a formula date field would be
IF(not IsNull([Date B]),[Date B],[Date A])
The formula for a formula date field would be
IF(not IsNull([Date B]),[Date B],[Date A])
QuickBaseCoachD
9 years agoQrew Captain
I'm confused by your question. What field type us the field you are testing.
If it is a text field then testing for IsNull will not work
You need to test for [ My Field]. = ""
Ie test if equal to empty quotes.
If it is a text field then testing for IsNull will not work
You need to test for [ My Field]. = ""
Ie test if equal to empty quotes.