Notion Tutorial | How to Create an EFFECTIVE Habit Tracker with 7 DAY STREAK in Notion

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 39

  • @Annazzz17
    @Annazzz17 Місяць тому +1

    It took me a while to understand how to make the formulas, but I managed in the end. I feel so proud of myself because I succeeded. Thank you!

    • @somethingorganized
      @somethingorganized  Місяць тому

      You should feel so proud, that's amazing! 🎉 Formulas can definitely be tricky, but once you get the hang of it, it’s such a rewarding feeling.

  • @naveentm0405
    @naveentm0405 Місяць тому

    Thanks for your effort, it's working perfectly

  • @Yasashii.Nihongo39
    @Yasashii.Nihongo39 2 місяці тому

    yeyy new video! 🎉❤

  • @auxeriix2560
    @auxeriix2560 Місяць тому +2

    the monthly progress bar formula not working for me

    • @somethingorganized
      @somethingorganized  Місяць тому

      Here are some suggestions for checking:
      * The formula uses .formatDate("MMMM") which formats dates as the full month name. Ensure this is consistent with how the month name is stored in prop("Name”).
      * Make sure prop("Name") contains the full month name without the year. If there's any discrepancy in formatting or if it includes the year, the formula won't find a match.
      * Ensure that the prop("Date") property is correctly set for all entries
      * Check if the .filter(current.prop("Date").formatDate("MMMM") == prop("Name")) condition is working as expected. If habitLog is empty, the result will be zero.
      * Make sure the properties (Date, Progress) are linked and correctly populated in all relevant entries.
      * If habitLog is empty, the formula will return zero. Ensure that the filtering condition is correctly identifying and including the relevant entries for the current month.
      * Make sure you have linked all pages in the Habit tracker database to the monthly progress
      * If everything seems correct and it’s still not working, consider testing with a simplified version of the formula or manually checking a few entries to ensure the logic holds.

  • @lailatul415
    @lailatul415 2 місяці тому

    thanks sist❤

  • @KristenWishart
    @KristenWishart 2 місяці тому

    Thank you so much for this video! Super helpful! One thing I'm stuck on is that in my 7 day streak, the streak is on the same line as the habit name. I added the "
    " but there's no line break between them. Any advice?

    • @somethingorganized
      @somethingorganized  2 місяці тому +1

      @@KristenWishart hi, I’m glad it’s helpful! In the 7 day streak, it’s a gallery view database, make sure to turn on the wrap feature, in the homepage hover over the 7 day streak database click the ellipsis menu (3 dots) , select layout gallery then turn on the ‘wrap all properties’

    • @KristenWishart
      @KristenWishart 2 місяці тому

      @@somethingorganized Omg that worked, thank you so much!!!

    • @somethingorganized
      @somethingorganized  2 місяці тому

      @@KristenWishart You're welcome! I'm glad it worked.

  • @RichReality-y2f
    @RichReality-y2f 3 місяці тому

    Can you make a tutorial for to do list ?

    • @somethingorganized
      @somethingorganized  2 місяці тому

      I haven't made a long-format tutorial yet, but you can check out my Shorts video on how I create an effective to-do list: ua-cam.com/users/shortsQHN6isdkdQY?feature=share
      Hope it helps!

  • @I03-q1d
    @I03-q1d 2 місяці тому

    will the dates next to the weekdays update automatically or do you have to change it every week? and if so, will the progress still be there?

    • @somethingorganized
      @somethingorganized  2 місяці тому

      If you're logging habits in gallery view, you'll need to manually add the date each day. However, if you use the calendar view (weekly or monthly), when you log a habit, you can select the date, and it will be added automatically. The progress bar will always be there to track your habits.

  • @clovever777
    @clovever777 2 місяці тому

    my habit tracker isn't working. in the gallery its blank. any advice? ty

    • @somethingorganized
      @somethingorganized  2 місяці тому +1

      Hi there! If your habit tracker gallery is blank, it might be because the properties aren't set to show. Check the gallery view settings to ensure the relevant properties are visible. Click the ellipsis menu (3 dots) at the top right and show all relevant properties. I hope this helps!

    • @clovever777
      @clovever777 2 місяці тому

      i checked and the properties are set to shown. maybe i wrote the formula wrong

    • @somethingorganized
      @somethingorganized  2 місяці тому

      @@clovever777 Hi, you can checkout the original template here: somethingorganizedtutorials.notion.site/Habit-Tracker-fabf80f0092d46a99f5b27271b73713c?pvs=4

  • @GaurKhyati
    @GaurKhyati Місяць тому

    Hii
    My monthly progress bar formula and 7-day streak formula aren't working. What should I do?
    Btw, really helpful video.

    • @somethingorganized
      @somethingorganized  Місяць тому

      Hi, here are a few things to can check:
      - Make sure you've linked all pages in the habit tracker to the monthly progress and summary.
      - Double-check that the formula itself matches exactly, as even a small typo can cause it to not work.
      If you're still stuck, feel free to share your formula here, and I'd be happy to help you troubleshoot!

    • @GaurKhyati
      @GaurKhyati Місяць тому

      @@somethingorganized I have linked all the pages (as far as I can see). Sorry for the trouble. It's just I'm new to Notion and still getting the hang of things.

    • @GaurKhyati
      @GaurKhyati Місяць тому

      @@somethingorganized "
      "+
      lets( habit,
      prop("habit tracker").filter(current.prop("date").formatDate("YYYY-WW") == now().formatDate("YYYYY-WW") && current.prop("exercise")).length(),
      "exercise
      "+habit+"-day streak"
      ifs(
      habit==1 "🐥"
      habit==2 "🐥🐥"
      habit==3 "🐥🐥🐥"
      habit==4 "🐥🐥🐥🐥"
      habit==5 "🐥🐥🐥🐥🐥"
      habit==6 "🐥🐥🐥🐥🐥🐥"
      habit==7 "🐥🐥🐥🐥🐥🐥🐥"
      )
      )

    • @GaurKhyati
      @GaurKhyati Місяць тому

      @@somethingorganized lets(habitLog, prop("habit tracker").filter(current.prop("date").formatDate("MMMM")) ==prop("Name")) ,
      habitprogresssum, habitLog.map(current.progress).sum(),
      habitcount,habitLog.length(),
      if(habitcount==0,0,
      round((habitprogresssum/habitcount)*100)/100
      )

    • @GaurKhyati
      @GaurKhyati Місяць тому

      @@somethingorganized lets(habitLog, prop("habit tracker").filter(current.prop("date").formatDate("MMMM")) ==prop("Name")) ,
      habitprogresssum, habitLog.map(current.progress).sum(),
      habitcount,habitLog.length(),
      if(habitcount==0,0,
      round((habitprogresssum/habitcount)*100)/100
      )

  • @aadifn35
    @aadifn35 3 місяці тому

    My progress bar in monthly progress is always at 0

    • @somethingorganized
      @somethingorganized  3 місяці тому +1

      Hi, make sure you have linked all pages in the habit tracker with the monthly progress, link to all 12 months.

    • @aadifn35
      @aadifn35 3 місяці тому

      @@somethingorganized yes i did link all pages

    • @somethingorganized
      @somethingorganized  3 місяці тому +1

      @@aadifn35 here are some suggestions for checking:
      * The formula uses .formatDate("MMMM") which formats dates as the full month name. Ensure this is consistent with how the month name is stored in prop("Name”).
      * Make sure prop("Name") contains the full month name without the year. If there's any discrepancy in formatting or if it includes the year, the formula won't find a match.
      * Ensure that the prop("Date") property is correctly set for all entries
      * Check if the .filter(current.prop("Date").formatDate("MMMM") == prop("Name")) condition is working as expected. If habitLog is empty, the result will be zero.
      * Make sure the properties (Date, Progress) are linked and correctly populated in all relevant entries.
      * If habitLog is empty, the formula will return zero. Ensure that the filtering condition is correctly identifying and including the relevant entries for the current month.
      * If everything seems correct and it’s still showing zero, consider testing with a simplified version of the formula or manually checking a few entries to ensure the logic holds.

    • @aadifn35
      @aadifn35 3 місяці тому

      @@somethingorganized thanks for your help and for your info it worked

  • @GaurKhyati
    @GaurKhyati Місяць тому

    "
    "+
    lets( habit,
    prop("habit tracker").filter(current.prop("date").formatDate("YYYY-WW") == now().formatDate("YYYYY-WW") && current.prop("exercise")).length(),

    "exercise
    "+habit+"-day streak"

    ifs(
    habit==1 "🐥"
    habit==2 "🐥🐥"
    habit==3 "🐥🐥🐥"
    habit==4 "🐥🐥🐥🐥"
    habit==5 "🐥🐥🐥🐥🐥"
    habit==6 "🐥🐥🐥🐥🐥🐥"
    habit==7 "🐥🐥🐥🐥🐥🐥🐥"

    )
    )

    • @somethingorganized
      @somethingorganized  Місяць тому

      Hi there, inside the ifs function, make sure to add a comma after number and after the emoji, to all conditions for example,
      ifs(
      habit == 1 , “🐥”,
      )
      So ifs( A == 1 , (comma) “X” , (comma))