Forum Discussion
RyanStanford1
7 years agoQrew Captain
if the date field is a date/time type, you may have to have something like:
ToDays(Today() - ToDate([Date/Time Field]))
ToDays(Today() - ToDate([Date/Time Field]))
- KatrinaE7 years agoQrew CadetThat worked! Thanks!
- KatrinaE7 years agoQrew CadetI have another issue, so I'm trying to calculate the difference between the assigned start date from todays date. This is for the user to know how many days he has left to start the project, now I would like a value of NA to indicate the project has already started. How do I go about that?