What I’m trying to do
I am creating a daily task file everyday with filters to classify the overdue and today’s task. I am trying to add future job category, Following is the example script. However when I navigate to the older daily task file, I am seeing the future task that I have created today.
due date after date("2024-09-28") not done sort by due date
Things I have tried
I have tried to solve this by adding the following line, but it doesn’t work and I couldn’t see the future task in the file.
created in or before date(“2024-09-28”)