silentquest 72 Posted February 11, 2021 Share Posted February 11, 2021 I wonder if someone could help with this. I want saved search that brings up reminders due today and non completed reminders up to 7 days in the past. I have had instances where if I didnt complete a reminder on the day it was due it kind of drops off my list and I loose track of it. What I have so far is reminderTime:day -reminderTime:day+1 which give me a list of items due today. I would like all completed reminders not to show on my list. Thank you in advance. I have looked around but cannot find a way to do what I need. Link to comment
Level 5* DTLow 5,744 Posted February 11, 2021 Level 5* Share Posted February 11, 2021 38 minutes ago, silentquest said: What I have so far is reminderTime:day -reminderTime:day+1 which give me a list of items due today. I would like all completed reminders not to show on my list. reminderTime:day -reminderTime:day+1 -reminderDoneTime:* to exclude completed reminders Your search (reminderTime:day) ignores past-due reminders and undated reminders I like to use all reminders (reminderOrder:*) then exclude future dated, exclude completed Link to comment
silentquest 72 Posted February 11, 2021 Author Share Posted February 11, 2021 thank you. so it would be reminderOrder.* -reminderTime:day+1 -reminderDoneTime.* ? to give uncompleted past reminders and todays uncompleted reminders? Unfortunately I cant test it right now because I dont currently have any past reminders and EN will not let me put a reminder in the past. Link to comment
Level 5* DTLow 5,744 Posted February 11, 2021 Level 5* Share Posted February 11, 2021 5 minutes ago, silentquest said: thank you. so it would be reminderOrder.* -reminderTime:day+1 -reminderDoneTime.* ? to give uncompleted past reminders and todays uncompleted reminders? Something like that, except .* should be :* Link to comment
Level 5* Solution CalS 5,307 Posted February 12, 2021 Level 5* Solution Share Posted February 12, 2021 10 hours ago, silentquest said: I wonder if someone could help with this. I want saved search that brings up reminders due today and non completed reminders up to 7 days in the past. I have had instances where if I didnt complete a reminder on the day it was due it kind of drops off my list and I loose track of it. What I have so far is reminderTime:day -reminderTime:day+1 which give me a list of items due today. I would like all completed reminders not to show on my list. Thank you in advance. I have looked around but cannot find a way to do what I need. To show not completed reminders through seven days ago try remindertime:day-7 -remindertime:day+1 -reminderdonetime:* Link to comment
silentquest 72 Posted February 12, 2021 Author Share Posted February 12, 2021 4 minutes ago, CalS said: To show not completed reminders through seven days ago try remindertime:day-7 -remindertime:day+1 -reminderdonetime:* Perfect!! That worked! Thank you. I was just playing trying to get the other one to work. 1 Link to comment
Level 5* CalS 5,307 Posted February 12, 2021 Level 5* Share Posted February 12, 2021 Just now, silentquest said: Perfect!! That worked! Thank you. I was just playing trying to get the other one to work. You are welcome, glad it is sorted. The reminder search syntax can seem a bit stilted but not that bad once one gets used to it. 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now