[GH-ISSUE #963] [Feature] Add "between x and x" to date filter #42034

Closed
opened 2026-04-26 01:37:20 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @migillett on GitHub (Apr 28, 2023).
Original GitHub issue: https://github.com/actualbudget/actual/issues/963

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Pitch: what problem are you trying to solve?

Current options for filtering dates in the transactions are: is, is approx, is greater than, is greater than or equals, is less than, and is less than or equals. Having the ability to filter transactions by a date window would be amazing.

Describe your ideal solution to this problem

basically just add a button that says "between". When selected, it would pop up another date field. The user adds their specific dates and clicks apply. We would need to verify that the dates are not invalid (ie: start date after end date) before making the request.

Teaching and learning

No response

Originally created by @migillett on GitHub (Apr 28, 2023). Original GitHub issue: https://github.com/actualbudget/actual/issues/963 ### Verified feature request does not already exist? - [X] I have searched and found no existing issue ### 💻 - [X] Would you like to implement this feature? ### Pitch: what problem are you trying to solve? Current options for filtering dates in the transactions are: `is, is approx, is greater than, is greater than or equals, is less than, and is less than or equals`. Having the ability to filter transactions by a date window would be amazing. ### Describe your ideal solution to this problem basically just add a button that says "between". When selected, it would pop up another date field. The user adds their specific dates and clicks `apply`. We would need to verify that the dates are not invalid (ie: start date after end date) before making the request. ### Teaching and learning _No response_
GiteaMirror added the feature label 2026-04-26 01:37:20 -05:00
Author
Owner

@migillett commented on GitHub (Apr 28, 2023):

disregard. realized filters are additive. you can filter "between" by adding multiple date filters

<!-- gh-comment-id:1526942213 --> @migillett commented on GitHub (Apr 28, 2023): disregard. realized filters are additive. you can filter "between" by adding multiple date filters
Author
Owner

@psybers commented on GitHub (Feb 23, 2024):

While that is correct, you can indeed add two separate date filters to get the same effect, I think having an option of 'between' and having it show two date fields at once would be useful. Even if the end-result is that it just adds two separate filters for you.

<!-- gh-comment-id:1961802563 --> @psybers commented on GitHub (Feb 23, 2024): While that is correct, you can indeed add two separate date filters to get the same effect, I think having an option of 'between' and having it show two date fields at once would be useful. Even if the end-result is that it just adds two separate filters for you.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#42034