You’re amazing! Thank you. I have a question: is there a way to keep an archived list of all your to-do list tasks instead of replacing all of them each day?
What do I have to do to mark it as completed if there are already past dates but I still want the check box to be marked, that is, not just today's condition., in this formula: and(prop("Día de actividad") == today(), prop("Status") == "Terminado") , thanks
Prop just means property so 'prop is not defined' usually means that you've not added one of the properties that you're referencing in the formula. Ensure you've named the properties the same as I have in the video and try selecting them from the side bar. For the invalid character, it looks like you might have used a single apostrophe instead of double ones. Notion formulas usually use " instead of ' so just check you've used those 😊
Fantastic! Thank you!! Helpful and clear explanations. For those of use who use "Do" dates (and a separate deadline date), sometimes the Do dates are more than one day. Is there a way for the formula to look at both the start and end dates and mark the checkbox as "Today" if it sees that today is within the dates set for the task? I set this up to give me: 1. What is scheduled for today and 2. what is due today. Is it possible to have one formula in the stats that tells me how many tasks out of both the "Do Today" and "Due Today" added together have been done? (example instead of "You have completed 2 out of 3 tasks for today" AND "You have completed 1 out of 2 tasks due today" it would generate "You have completed 3 out of 5 tasks today")
This is what worked for me to show tasks which are scheduled for today (between the start and end date for the task), kinda like a 'to-do today?' : and(today() >= dateStart(prop("Due Date"), today()
I would like to use the Do Today instead of the Due today. Could you share the formulas? This one isnt working: and( prop("Do Date") == today(), prop("Status") == "Done") :/
Hello!! this awesome I have applied the idea to my notion timeline. But now on my calendar all items shown on the calendar now are gone...Any comments on this? It would be very much appreciated> Thank you
I checked and tested adding one task on the calendar and is showing but when I added the parent item to the task it disappeared ... :( any comments! help please! :) everything is beautiful and perfect but now the calendar view it shows blank...
Google helped - I clicked inside calendar properties --> customize Table ---> selected subitems & shows as Flattened list --> and it worked. If anyone need this :) this is how I Resolved it.
It should do but if it doesn't then replace it with this and it definitely will: formatDate(prop("Due"), "MMMM D, YYYY") == formatDate(today(), "MMMM D, YYYY")
you're a notion genius. I've now completely reconsidered my approach to managing tasks
This template is brilliant! And your explanation was fantastically clear & concise, while also explaining what we're doing & why. Thank you!
Glad it was helpful! Thank you :)
I LOVE U SMMMM !! IVE BEEN LOOKING TO LEARN HOW TO DO THISSSS TYSMSMSMMSMSM ✰
Great tutorial 😊
Thank you for the great tutorial, I'm looking forward to part 2🤩
As usual... you rock!
Thank you! :)
Perfect video! Really well done 👍
Thanks for the tutorial. I assure you will reach your 10k sub mark soon!
Thank you! ☺️
You’re amazing! Thank you. I have a question: is there a way to keep an archived list of all your to-do list tasks instead of replacing all of them each day?
I have another video where I build a reusable checklist so you might prefer that one. :)
This was very enjoyable to watch and create, thank you!!
Glad you enjoyed it! 😊
Absolutely love this.
Thank you for the template!
You're welcome!
Thanks a lot!Really helpful
Thank you so much for this video🧡Can you please also share the formula to get weekly, monthly and yearly statistic?🙏
Awesome tutorial
Thank you!
Oh my God so quick? I looove it
I already had this one recorded when I saw your comment! :)
@@creative_cove nevertheless a very nice surprise
Is there a way to keep an archived list of all your to do list tasks with the percentage and everything
amaaaazingg videoo
What do I have to do to mark it as completed if there are already past dates but I still want the check box to be marked, that is, not just today's condition., in this formula: and(prop("Día de actividad") == today(), prop("Status") == "Terminado") , thanks
prop is not recognized anymore i keep getting error - prop is not defined. [0,4] prop is not defined. [10,14] Invalid character "'". [5,6]
Prop just means property so 'prop is not defined' usually means that you've not added one of the properties that you're referencing in the formula. Ensure you've named the properties the same as I have in the video and try selecting them from the side bar.
For the invalid character, it looks like you might have used a single apostrophe instead of double ones. Notion formulas usually use " instead of ' so just check you've used those 😊
@@creative_cove okay will try. Thanks a lot for clearing my confusion !
Brilliant, as always. I'm guessing there's no way to get rid of the '+ New' task box at the top?
Thanks! There's not a way unfortunately that I know of. 😊
Fantastic! Thank you!! Helpful and clear explanations.
For those of use who use "Do" dates (and a separate deadline date), sometimes the Do dates are more than one day. Is there a way for the formula to look at both the start and end dates and mark the checkbox as "Today" if it sees that today is within the dates set for the task?
I set this up to give me: 1. What is scheduled for today and 2. what is due today.
Is it possible to have one formula in the stats that tells me how many tasks out of both the "Do Today" and "Due Today" added together have been done?
(example instead of "You have completed 2 out of 3 tasks for today" AND "You have completed 1 out of 2 tasks due today" it would generate "You have completed 3 out of 5 tasks today")
This is what worked for me to show tasks which are scheduled for today (between the start and end date for the task), kinda like a 'to-do today?' :
and(today() >= dateStart(prop("Due Date"), today()
How to have colored tags? thank u!
how are you able to show multiple properties in gallery view? no matter how many i put as visible, i only ever see one property
but i think there is a problem with this to do list, because when a new day starts the card disappears, and if you try to return them it fails
I would like to use the Do Today instead of the Due today. Could you share the formulas? This one isnt working: and( prop("Do Date") == today(), prop("Status") == "Done") :/
Highly appreciate your help
Hello!! this awesome I have applied the idea to my notion timeline. But now on my calendar all items shown on the calendar now are gone...Any comments on this? It would be very much appreciated> Thank you
I checked and tested adding one task on the calendar and is showing but when I added the parent item to the task it disappeared ... :( any comments! help please! :) everything is beautiful and perfect but now the calendar view it shows blank...
Google helped - I clicked inside calendar properties --> customize Table ---> selected subitems & shows as Flattened list --> and it worked. If anyone need this :) this is how I Resolved it.
Does the Today? formula work for recurring tasks?
it didn't for mine... but she may have a way to make it work
It should do but if it doesn't then replace it with this and it definitely will:
formatDate(prop("Due"), "MMMM D, YYYY") == formatDate(today(), "MMMM D, YYYY")
Good tutorial. But too fast, ì had to keep going back and pausing
That worked. Thanks. @@creative_cove
@@louiseh7302 press the settings ⚙️ on the video and lower the playback speed. I always do that when doing tutorials.