Forum Discussion

ltduranltduran's avatar
ltduranltduran
Qrew Cadet
7 years ago

Number of Days Between Dates

I am trying to generate a report of sorts that shows the number of days between TODAY and the most recent occurrence of something in one of my fields? What is the best way to do this?

5 Replies

    • ltduranltduran's avatar
      ltduranltduran
      Qrew Cadet
      My other field is a numeric field that tracks the number of events that occur each day. These events don't occur everyday. How can I count back to the most recent day that one of these events occurred?
    • QuickBaseCoachD's avatar
      QuickBaseCoachD
      Qrew Captain
      You will need to get that "most recent day" as a field on the record so that it is available to use in a formula.  If these Events are in a child table, you will need to edit the relationship to create a Summary field of the maximum Event Date.
    • ltduranltduran's avatar
      ltduranltduran
      Qrew Cadet
      I'm not quite understanding how to get the most recent day into the equation. I have a date field, but the only one that matters is the most recent.