Forum Discussion
QuickBaseCoachD
12 years agoQrew Captain
if you have a formula numeric field, the formula would be
ToDays(Today()-[date field])
The today() function returns today's date. The similarly (but different) named function "ToDays ( )" converts a duration result to the number of days, i.e. a number.
ToDays(Today()-[date field])
The today() function returns today's date. The similarly (but different) named function "ToDays ( )" converts a duration result to the number of days, i.e. a number.
- Alexandraochoa7 years agoQrew TraineeInstead of using a date field could I use a sample status? I wanna see how I can check how many day a sample is sitting in a certain status
_