Congratulations ! you have the capacity to explain in a clear way any subject, it is a delight to follow your demonstration. We do progress by means of you, THANKS and regards.
Brilliant! Thank you so much!. I was able to apply this technique to my existing task in Notion. I was not able to do the list view as you did because I already had a database full of task however, I have applied the groupings perfectly. 😊
Thanks.. it is amazing ,, can I link the tasks in the matrix to the projects so I can add the task and link it to a project or add it in the project and link it to the matrix so it becomes more comprehensive 😍?
Thanks for this great tutorial! It was super useful as it check marked two things I wanted to do: 1. Learn a bit more about Notion 2. Create a useful Eisenhower Matrix that I can use and refer to. Much much appreciated! One question though, and its a small thing but the position of the check mark box when I have a due date is off/not aligned. In your case, all your check boxes are in a straight vertical line. For me, the check box appears before the due date. So if I would have a longer list of due dates, the box will always be placed differently.. example: [...] July 30, 2024 [...] August 30, 2024 Instead of the much nicer and like you had: July 30, 2024 [...] August 30, 2024 [...] How is this fixed? :D Thanks once again for the tutorial! Much appreciated!
I'm glad you enjoyed the tutorial! If you click the 3 dots in the top right hand corner of the database then select properties, you can re-arrange the order. Make sure the checkbox property is at the bottom of the list and it will change the layout on the database 😊
Sure, you can add subtasks within Notion now. If you click on the three dots in the righthand corner of the database, click on 'Sub-items' and switch it on. This will allow you to add sub-tasks directly to the database.
I'm seeing an error for that code command. if(and("Important"), ("Urgent")),"Do First", if("Important"), "Schedule", if(prop("Urgent"), "Delegate". "Delete"))) Function if expects 3 arguments, but only 2 were provided. [45,75] Property token or function expected. [482,483]
@@growthwarriors Sure, here's the exact formula I used. Just make sure the property names are exactly the same. if( and(prop("Important"),prop("Urgent")), "⭐ Do first".style("b"), if(prop("Important"), "📆 Schedule".style("b"), if(prop("Urgent"), "🤝 Delegate".style("b"), "❌ Delete".style("b"))))
@@creative_cove Thank you once again, I was thinking this would be even more useful if you could use the "Schedule" or "delegate" to assign it to a user? I tried it but failed! if( and(prop("Important"),prop("Urgent")), " Do first".style("b"), if(prop("Important"), " Schedule".style("b"), If("Schedule", "Assign to User" "Name") if(prop("Urgent"), " Delegate".style("b"), " Delete".style("b"))))
Congratulations ! you have the capacity to explain in a clear way any subject, it is a delight to follow your demonstration. We do progress by means of you, THANKS and regards.
Thank you very much!
Great explanation, on point, exactly what I was looking for. Magnificent! Love you for that!
You're very welcome! :)
Could you let me know how to link this with calendar views?
Brilliant! Thank you so much!. I was able to apply this technique to my existing task in Notion. I was not able to do the list view as you did because I already had a database full of task however, I have applied the groupings perfectly. 😊
Thank you for this 🙏😭 We would love to see a tutorial for your Projects or Sprints area❤️🥹
I always look forward to your next tutorial. Already bought your financial tracker 🎉!
Thank you so much! I hope you enjoy it :)
Many thanks for this template! So clear explanation and useful content!
Glad it was helpful!
can you plz provide me the template? I don't see any given template in the description box/ comment box!
Excellent tutorial. Timely for me. Thank you 🙏
Glad it was helpful!
@@creative_cove I m a fan of ur channel. You come straight to the point without pushing marketing pitch. Kudos. 👍
This was incredibly helpful! Thank you! Amazing video and tutorial!
Glad it was helpful!
Great information. May I know where I can get this software ? It is too expensive ?
where is the templete link, please give me !
Thank you for this !
You're welcome! I'm glad you liked it :)
Thanks.. it is amazing ,, can I link the tasks in the matrix to the projects so I can add the task and link it to a project or add it in the project and link it to the matrix so it becomes more comprehensive 😍?
yes absolutely you can do that!
Really good
ame el video, muchas gracias
¡De nada!
Thank you so much! I made one today♥
That's awesome! I'm glad you liked it
This is genius content. I made mine, so thank you!
You're welcome!
Thanks for this great tutorial! It was super useful as it check marked two things I wanted to do:
1. Learn a bit more about Notion
2. Create a useful Eisenhower Matrix that I can use and refer to.
Much much appreciated!
One question though, and its a small thing but the position of the check mark box when I have a due date is off/not aligned. In your case, all your check boxes are in a straight vertical line. For me, the check box appears before the due date. So if I would have a longer list of due dates, the box will always be placed differently..
example:
[...] July 30, 2024
[...] August 30, 2024
Instead of the much nicer and like you had:
July 30, 2024 [...]
August 30, 2024 [...]
How is this fixed? :D
Thanks once again for the tutorial!
Much appreciated!
I'm glad you enjoyed the tutorial! If you click the 3 dots in the top right hand corner of the database then select properties, you can re-arrange the order. Make sure the checkbox property is at the bottom of the list and it will change the layout on the database 😊
@@creative_cove Ok, i wil go ahead and delete my account now :D
you live and learn..
Thank you for the time and once again, thanks for the tutorials!
I did it very useful thanks
Thanks!
is it possible to create nested tasks (hierarchy with folders and subtasks) on the eisenhower matrix with Notion?
Sure, you can add subtasks within Notion now. If you click on the three dots in the righthand corner of the database, click on 'Sub-items' and switch it on. This will allow you to add sub-tasks directly to the database.
Many people says affine is better than notion. I currently start learning notion , tell me that should I learn notion or affine.
I haven't used affine but I think Notion is very useful, especially for productivity
Thanks
This is good.
This is exactly what I searching for!!! Thank you
^it look like I get paid to say this lol.
Thanks, I'm glad it helped!
Now show us how to do it on iOS
Where are you From queen
I'm seeing an error for that code command.
if(and("Important"), ("Urgent")),"Do First",
if("Important"), "Schedule",
if(prop("Urgent"), "Delegate".
"Delete")))
Function if expects 3 arguments, but only 2 were provided. [45,75] Property token or function expected. [482,483]
You have a full stop after "Delegate", that should be a comma :)
@@creative_cove Thanks although it's still not working, do you have a template I could copy?
I'm 2 hours deep and keen to get this working :-)
@@growthwarriors Sure, here's the exact formula I used. Just make sure the property names are exactly the same.
if(
and(prop("Important"),prop("Urgent")), "⭐ Do first".style("b"),
if(prop("Important"), "📆 Schedule".style("b"),
if(prop("Urgent"), "🤝 Delegate".style("b"),
"❌ Delete".style("b"))))
@@creative_cove Amazing it works now, not sure what I was doing differently that wouldn't make it load.
@@creative_cove Thank you once again, I was thinking this would be even more useful if you could use the "Schedule" or "delegate" to assign it to a user? I tried it but failed!
if(
and(prop("Important"),prop("Urgent")), " Do first".style("b"),
if(prop("Important"), " Schedule".style("b"),
If("Schedule", "Assign to User" "Name")
if(prop("Urgent"), " Delegate".style("b"),
" Delete".style("b"))))
Really useful new subscriber🫶🫶🧚♀️thanks a lot!
Awesome, thank you! Really appreciate your support 😊