Some easy to implement filtering logics would be appreciated such as:
  • Filter by transactions that are the exact same amount (to help identify and remove dupes)
e.g. Select transactions where Amount is the same value
  • Create filtering logic using OR (not only AND)
e.g. Select transactions where Amount is greater than $100 or is Category = Bills
  • Filtering by exclusion (i.e. NOT)
e.g. Select transactions where Category = Bills but NOT Amount less than $100