Forum Discussion
- QuickBaseCoachDQrew CaptainMake a formula numeric field
Todays(Today() - [my other field])- ltduranltduranQrew CadetMy 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?
- QuickBaseCoachDQrew CaptainYou 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.
- ltduranltduranQrew CadetI'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.