How To Build A Simple OKR Goal Tracker In Notion

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 15

  • @riccardomoscovici
    @riccardomoscovici 27 วันที่ผ่านมา +1

    so grateful that i casually stumbled upon this video. so useful, thank you man

    • @chrisnotion
      @chrisnotion  25 วันที่ผ่านมา

      You're welcome!

  • @IslanderJena
    @IslanderJena 5 หลายเดือนก่อน +5

    If I can give this a ten thumbs up 👍🏻, I would. Super clear and easy-to-follow tutorial, a big thank you!

    • @chrisnotion
      @chrisnotion  5 หลายเดือนก่อน +1

      Haha I appreciate it :)

  • @birkls
    @birkls 2 วันที่ผ่านมา

    The formula didn't work for me, so had chatgpt revise it. I really appreciate this video tho! Here's the formul i ended up with:
    if(formatDate(prop("Deadline"), "MMMM D, Y") == formatDate(now(), "MMMM D, Y"),
    "Deadline is today 🔵",
    if(dateBetween(prop("Deadline"), now(), "days") == 0,
    "Deadline is tomorrow ‼",
    if(dateBetween(prop("Deadline"), now(), "days") > 0,
    format(dateBetween(prop("Deadline"), now(), "days")) + " Days til deadline 🟢",
    if(dateBetween(prop("Deadline"), now(), "days") < 0,
    format(abs(dateBetween(prop("Deadline"), now(), "days"))) + " Days past deadline 🚨",
    ""
    )
    )
    )
    )

  • @BlaisZeroni
    @BlaisZeroni 7 หลายเดือนก่อน +3

    Thanks!
    Ps. You can use map() in your formula to skip the rollup entirely. that way you don't need 2 of that progress bar anymore

    • @Lea-mz4dq
      @Lea-mz4dq 6 หลายเดือนก่อน

      Can you please explain how to do this? I'm building a variation of this template right now.

  • @sonu-442
    @sonu-442 8 หลายเดือนก่อน +1

    How do you create a custom cover image using Canva and How do you place these Notion icons in Canva

  • @odenkallerdahl6985
    @odenkallerdahl6985 8 หลายเดือนก่อน

    ok dropped at a good time im just making this now i can copy instead :)

  • @solilos
    @solilos 8 หลายเดือนก่อน +4

    Just curious, where are you from? The accent?

    • @chrisnotion
      @chrisnotion  8 หลายเดือนก่อน +8

      South African :)

  • @pixellmedia9953
    @pixellmedia9953 8 หลายเดือนก่อน +1

    Is this from new appartman.

    • @chrisnotion
      @chrisnotion  8 หลายเดือนก่อน +3

      Haha no it's my parents house, have moved out of my old apartment so just dumping all my shit here then I'm going to Thailand this weekend :)

  • @almtaani888
    @almtaani888 6 หลายเดือนก่อน

    Bro
    Can you teach us how to use Notion with shortcut?

  • @ЕвгенийЗеленов-р9и
    @ЕвгенийЗеленов-р9и 6 หลายเดือนก่อน

    Really helpful, thank you