Time-restraint Task-DV neglects month #1425
Unanswered
Gewerd-Strauss
asked this question in
Q&A
Replies: 1 comment 6 replies
-
You don't need any of the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I just noticed this by chance, and I am a bit confused as to why this happens. I have a task-DV that only shows tasks due in the coming 3 days, including
today
.So far, this has worked nicely, but by pure chance I now notied the following:
Above you can see some mock tasks being set up. Intended is for only Test2-4 to show. However, after a bit of testing it seems that any date is considered if its
day-
component falls into the number-range of (today--today+2), and as long as themonth
-component is greater than or equal to the current month's value. Theyear
-value is apparently unused and doesn't seem to contribute to filtering. All in all this seems extremely weird, which leads me to assume I am querying this falsely before I'm filing a bug-report, instead of afterwards.Beta Was this translation helpful? Give feedback.
All reactions