Is there a way to filter due from tommorow to before next week? #1968
-
I have tried: due after today|before next week due after today|next week due after today|after this week due tomorrow|next week due tomorrow|before next week due tomorrow|after this week the goal is to remove today's tasks and display this week's task in the data view query I'm currently running "due in this week" as an alternative |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
As a general tip, if you are struggling with queries, especially date ones, add a new line What is the I am not sure that I exactly understand what you are trying to do, but these may help:
So putting it together, from my understanding of what you want, this should give the desired effect:
|
Beta Was this translation helpful? Give feedback.
As a general tip, if you are struggling with queries, especially date ones, add a new line
explain
and it will tell you how you interpreted the dates in your query.What is the
|
trying to do?I am not sure that I exactly understand what you are trying to do, but these may help:
due after today
withexplain
gives:due before next week
withexplain
gives:So putting it together, from my understanding of what you want, this should give the desired effect: