Build a Goal Tracker in Notion 🚀 Achieve Your Goals

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ม.ค. 2025

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

  • @bodeadeleke917
    @bodeadeleke917 26 วันที่ผ่านมา +1

    Thank you! This helped me a lot, and I appreciate it.

    • @dvelastudio
      @dvelastudio  26 วันที่ผ่านมา

      @@bodeadeleke917 Im very happy it was useful for you ☺️

  • @favourikharo2744
    @favourikharo2744 21 วันที่ผ่านมา +1

    Thank you. You’re a great help

    • @dvelastudio
      @dvelastudio  21 วันที่ผ่านมา

      @@favourikharo2744 Im glad it was useful ☺️

  • @NtombiMChartist
    @NtombiMChartist 25 วันที่ผ่านมา +1

    Interesting video however fix your volume please 🙂

    • @dvelastudio
      @dvelastudio  23 วันที่ผ่านมา

      @@NtombiMChartist yes, thank you for the feedback!

  • @dvelastudio
    @dvelastudio  หลายเดือนก่อน +2

    DAYS REMAINING FORMULA:
    lets(
    due, dateBetween(prop("Deadline"), now(), "days"),
    style, ifs(
    due > 90, ["purple", "b"],
    due > 45, ["blue", "b"],
    due > 14, ["yellow", "b"],
    due > 7, ["orange", "b"], ["red", "b"]),

    format, ifs(
    prop("Done") == true, "Completed!".style("green","b","green_background"),
    due > 0, (due + " Days Remaining").style(style),
    due == -1, "Due Yesterday".style(style),
    due < 0, (due.abs() + " Days Overdue").style(style),
    due == 0, if(
    prop("Deadline").formatDate("MM/DD/YYYY") == now().formatDate("MM/DD/YYYY"),
    "Due Today!".style(style),
    "Due Tomorrow".style(style))),
    format
    )

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

      what's styl? I assume it's a typo?

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

      @@thomasyang1 There are some elements in the formula that are not native to notion, I changed the formula to "style" so its not too confusing but, it should be working.

    • @sacredtruth-1963
      @sacredtruth-1963 21 วันที่ผ่านมา

      This formula did not work for me?

    • @sacredtruth-1963
      @sacredtruth-1963 21 วันที่ผ่านมา

      "Done is not defined. [207,211]"

    • @dvelastudio
      @dvelastudio  21 วันที่ผ่านมา

      @@sacredtruth-1963 I just added the template link in the description box that way you can either check the formula on there or use the template, hope that helps.