Friday April 21, 2023; 7:15 PM EDT
- On my Tana dashboard, I have sections for:#
- Projects (≥ Defer Date)#
- Tasks (≥ Defer Date)#
- Open Loops (≥ Defer Date)#
- In order to make these work as intended, I need to manually adjust the defer date in the query to TOMORROW's date each day (Defer date is less than @tomorrow).#
- I need to do this because:#
- There is no less than or equal to operator#
- There is no relative date option in queries: e.g. "TOMORROW" or "PARENT +1"#
- Either of those fixes would be adequate for this particular use-case, but I think Tana would really benefit from BOTH of these simple enhancements.#
- UPDATE: As I wrote this I realized a workaround solution:#
- I could make an OR function where:#
- OR#
- Defer Date = PARENT (Today)#
- Defer Date is less than PARENT (Today)#
- I think the point that both relative dates and less than or equal to would be useful, though this case has a workaround!#