Use the happens filter in recurring tasks #1803
-
Example: I have a task with 'every day recurrence'. When I use the filter: I want that task to show there but it's not showing. Is there a way to do that? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi, It's impossible to say without seeing exactly what you are doing. 'every day recurrence' is not a format recognised by tasks though. Please review the documentation and examples in this page: If you are sure that you are following those, then please paste paste in a reply here both:
So that I can test what you are trying to do. |
Beta Was this translation helpful? Give feedback.
-
I have a note like this: Tasks
Show tasks
What I want is to show the recurring tasks that happen today in the Show tasks area. |
Beta Was this translation helpful? Give feedback.
-
Hi @joaonunatingscode Adding the explain tells you a lot more about how your query is interpreted. When I add an
... and then view in Reading mode I get this: Notice how the The recurrence docs I linked to above say that recurring tasks should have one of those three fields. This is the reason why. Since your query doesn't mentioning recurrence, the 2 possible reasons your task is not found are:
Again, if this doesn't help, I will need to see your task line. Finally, please do let us know how you get on. |
Beta Was this translation helpful? Give feedback.
Hi @joaonunatingscode
Adding the explain tells you a lot more about how your query is interpreted.
When I add an
explain
line to your tasks block...... and then view in Reading mode I get this:
Notice how the
happens today
explains which one of 3 fields must be set on tasks for them to match your filter.The recurrence docs I linked to above say that recurring tasks should have one of those three fields. This is the reason why.
Since your query doesn't mentioning recurrence, the 2 possible reasons your task is not found are:
Again,…