Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
I would check the field types of your two result conditions. I suspect that one of them is a date field and the other one might be a date/time field.
You need to decide what field type your formula is for and make sure that the results tmatch that.
You probably have to convert the date modified fieldto be a date field.
ToDate([Date Modified])
You need to decide what field type your formula is for and make sure that the results tmatch that.
You probably have to convert the date modified fieldto be a date field.
ToDate([Date Modified])