Searching
Search and filter your forecast items based on date, name, amount and balance by tapping the search bar. This feature is very powerful, as you can search for things like all items that have the word bank after March 27 whose amount is greater or equal to 50 (n = bank d > 0327 a >= 50). Not very useful, but what I found useful is the following: search for all items between May 5th and May 12th (let's say I got paid on the 13th) where my balance is less than 100 (d >= 0505 d <= 0512 b < 100). That way you can maybe move some of those items to some other day after I get paid.
The codes are (you can do either lowercase or uppercase, it does not matter): N – name/note, D – date, A – amount, B – balance. As of version 4.0, you can now search for a name or a note without 'n ='. Simply start typing text.
You can also create exceptions while you are in search mode. Simply tap the given row and set a new amount or date.