Replies: 3 comments 1 reply
-
Hi @daddydave, The Syntax section of the Combining Filters page explains what is going on: SyntaxOne or more filters can be combined together in a line, via boolean operators, to create a new, powerful, flexible filter. The following rules apply:
So the problem is that not all of your filters are surrounded by parentheses: So you should change this:
to this:
Once the query is interpreted OK, you can then add the |
Beta Was this translation helpful? Give feedback.
-
@claremacrae Awesome, thank you for the fast and extremely detailed response! |
Beta Was this translation helpful? Give feedback.
-
For posterity, here is what I ended up with for now. I use a Templater template to generate this every couple of weeks when I get paid. The tasks (bills) remain visible until the end of the pay period, completed (paid) or not. Adding in non-recurring bills made it slightly little more complicated.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The task query syntax does not like
(is recurring AND due 2023-10-06 2023-10-19) OR (is not recurring AND done 2023-10-06 2023-10-19)
The whole block for a shorter version of this is
The error I get is
Beta Was this translation helpful? Give feedback.
All reactions