Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
The ToDays function expects to see a calculation that involves date fields and nit date/time field types . It sounds like your field(s) are in fact a date / time field type. So you could either need to change that field type to be a date field type or else change the formula to
Todays((ToDate([Start Date]) - Today())
If you post your actual formula I can help further.
Todays((ToDate([Start Date]) - Today())
If you post your actual formula I can help further.