Aesthetic Notion Views That WORK. Notion Habit Tracker Build with Formulas!

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 100

  • @BetterCreating
    @BetterCreating  Год назад +3

    Hi peeps: this week: the power of Notion formulas to make beautiful gallery views! PLUS: 📢The 1st 100 people to download can get my prompted Goal Setting & Yearly Review Template for 50% OFF! Just Download on Gumroad HERE: tinyurl.com/42xv7528 & you can integrate it into this build! 🚨Updated Notion Formulas 2.0:
    Notion updated their formula system since this video was released: here's what they have changed to for this build!
    Duration In Weeks Formula: dateBetween( End Date, Start Date, "weeks")
    Total Target Formula: Target Per Week * Duration In Weeks
    Progress Column Formula: floor((✎✘ Log / Total Target) * 100) / 100
    Concat Report Formula: ("✎✘ " + format(✎✘ Log) + " of " + format(Total Target) + " completed")
    Status Formula: if(✎✘ Log > 0, Concat Report, "⏱ Nothing Logged Yet")
    Last Logged Formula: ("⏱ Last Logged: " + formatDate( Last Updated, "DD MMMM"))

  • @MichaelKovalev-hs5zm
    @MichaelKovalev-hs5zm 11 месяцев назад +22

    4:00 my new version is
    concat([prop("Log") + " of " + prop("Total Target") + " completed"])

    • @brandstrength
      @brandstrength 11 месяцев назад +1

      Thank you! This was about to do me in!

    • @BetterCreating
      @BetterCreating  11 месяцев назад +2

      Thanks for sharing! Yes indeed - these new updates require a video on how the formulas in the series have changed with formulas 2.0!! I just need to learn them too!

    • @karolinapartyka6013
      @karolinapartyka6013 10 месяцев назад +1

      Also the formula for Habit Status column is if(prop("Log") >= 0, "Nothing Logged Yet", prop("Concat report"))
      I enlisted the help of chatgpt for that one, was driving me up the wall!

    • @djthompson1971
      @djthompson1971 10 месяцев назад +1

      Ga!! Thank you !!! I was feeling defeated but this worked!!

    • @mogta7d
      @mogta7d 7 месяцев назад

      Thanks mike Iam so glade for you

  • @haskhan
    @haskhan 11 месяцев назад +19

    The concat function does not combine text anymore, according to the formula guide on Notion. I used this to get the desired result. format(prop("✏Log"))+" of "+prop("Total Target")+ " completed "

    • @BetterCreating
      @BetterCreating  11 месяцев назад +2

      Very Good! Yes - we can now just insert + "TEXT" in place of concat functions it seems - kind of easier and simpler - but not if you are following the old method! haha - thanks for sharing :)

    • @haskhan
      @haskhan 11 месяцев назад +8

      and "Last Logged " + formatDate(prop("Last Updated"),"DD MMMM") for Last Logged

    • @watchlearn1167
      @watchlearn1167 11 месяцев назад

      Excellent comment, thx

    • @brendanbos4235
      @brendanbos4235 11 месяцев назад +1

      this was helpful. Thanks!

    • @tomtrlz7784
      @tomtrlz7784 9 месяцев назад +4

      And u don’t need to use format or prop, u just need to select the Log and press space and add the + and make the same process, it’s really easier than before

  • @DigbyLewis1
    @DigbyLewis1 7 месяцев назад +1

    Spent ages trying to work out what I was doing wrong, then checked the comments. Doh! Thanks everyone who posted the current method. 👍

  • @agentdisast3r
    @agentdisast3r Год назад +10

    Hi Simon, just stumbled upon this video and now I have watched the entire playlist. Just a question though. Do you manually log every time a habit is done through their individual pages? Is there a way to have a checkbox to have it automatically increase the log number? Asking because it would be cumbersome to manually change the number in the Log column for habits scheduled daily. Thank you and I appreciate your content.

  • @jessicaa7766
    @jessicaa7766 Год назад +1

    I used your first Habit Tracker all of last year, I'm so happy updating to this one for 2023. Thanks for all of the content you put out it is soo appreciated :)

  • @BrendanPatrickGrace
    @BrendanPatrickGrace Год назад +13

    The concat formula is updated a little now because of this weird thing were Notion uses Icons for property headers (instead of emojis), just follow this - concat(format(prop("Log")), " of ", format(prop("Total Target")), " completed ") . I had to do some monkeying around for it to work.

  • @AlexandruGheorghiuP
    @AlexandruGheorghiuP 7 месяцев назад

    Thanks for the work in providing this step-by-step.
    I’m sharing my modifications - maybe it will be of help for somebody.
    I’ve created a new “Habit Tracker” table with three properties: Name, Habit (which is a Relation to “My Habits”) and Date of Action (Created Time). In “My Habits” the Relation from “Habit Tracker” created a new Tracker property; and the Log property I've modified to be a Rollup in relation to Tracker that counts all name Properties. Lastly, I’ve added a button in the “New Habit TEMPLATE” that ads a new page to the “Habit Tracker”. The result is that the Log is incremented automatically by each button-press and I also have a record of each time any particular habit was done.
    Continued success

  • @kogarashiii3973
    @kogarashiii3973 Год назад +3

    Wow, this is incredible. I saw this display method by Marie Poulin in her weekly agenda, but did not understand how it could be implemented and then accidentally stumbled upon your video. Thank you so much for this kind of knowledge.

  • @KylerStocks
    @KylerStocks Год назад +1

    Building out my dream planner becuase of you! Thank you!

    • @BetterCreating
      @BetterCreating  Год назад +1

      Great stuff! Welcome to the club! Make sure you are on the mailing list for occasional updates on build videos too :)

  • @calvinpough994
    @calvinpough994 Год назад +7

    I made the tracker, but I am a bit confused on how to log the daily actions. Also, is there a way to know what I have completed over the course of the week?

  • @tishbouvier
    @tishbouvier Год назад

    You are one of the best Notion teacher on RUclips. You make each step, including the formulas easy to implement. Thank YOU!!!

  • @eatingplantmagic2471
    @eatingplantmagic2471 Год назад +1

    Finally, got "create habit tracker" checked off my list! Thank you so much for these 2 wonderful videos. Going to explore some more! (I subscribed! 😁)

    • @BetterCreating
      @BetterCreating  Год назад

      Wonderful! Welcome to the channel - spread the word!

  • @joaquinginer6020
    @joaquinginer6020 Год назад +2

    I love your videos. I'm starting using Notion as a teacher. There are not many tutorial out there and I'd like to suggest you to make a serie of notion tutorials for us, mainly how to track attendance of students per day in a group, or formulas to use to check assignments. Thanks

    • @BetterCreating
      @BetterCreating  Год назад +2

      I’m thinking of getting into some student and study stuff in 2023 - thanks for the suggestion :)

    • @joaquinginer6020
      @joaquinginer6020 Год назад

      @@BetterCreating great

  • @leiselclayton5772
    @leiselclayton5772 Год назад +1

    I didn’t know about the feature that allows you to limit the relation to 1 page, and I was so excited when you talked about it, thinking I could get rid of the ugly, space-eating “+ Add Page” link that appears on my iPad under every relation I make… but it doesn’t. Instead, when you click to link another page, it just replaces the page you have already. I really hate that “+ Add Page” button. It took my nice looking properties list where I could see most of what I needed to at a glance, and pushes every line down one, so that I have to scroll to see the information and have a bunch of those buttons visible on the screen (and totally unnecessarily, as most of my relations would only have one line each (for instance, I link yesterday and tomorrow on each page in my daily journal, for easy navigating… there’s only one of those for each day, so the “+ Add Page” button that pops up when I fill in the relation is never going to be used).

  • @24dshell
    @24dshell Год назад

    Thank you so much for this course. I have been trying to get everything in my life organized and just came across notion. Seemed like the perfect app. Until l tried to create my own system. Downloaded template after template in hopes something would click and I would be able to make their system work for me. I am so glad I came across your page on RUclips. I can not thank you enough for taking the time to break things down into an easy to follow guide that I have been able to adjust to my needs and make work!! Thank you again, I can not wait until the next video comes out.
    😊😊

    • @BetterCreating
      @BetterCreating  Год назад

      Love this! Thanks so much for the feedback: makes it all worth it! Goal Setting build is coming out in a few weeks too :)

  • @christoviljoen1
    @christoviljoen1 5 месяцев назад

    You are a brilliant teacher!

  • @safiyyahajayi8985
    @safiyyahajayi8985 4 месяца назад +1

    it seems they are continuing to make changes to the coding, it was a bit of a headache but from this date, these are the formulas accepted. Hope this helps others: (make sure the properties are in grey)
    Duration in Weeks Formula: round(dateBetween("End Date", "Start Date", "weeks"))
    Total target Formula: Remains the same.
    Progress Formula: Remains the same
    Contact report Formula: " ✓ " + ("✓ Log") + " of " + ("Total Target") + " " + ("Completed")
    Last Logged Formula: "Last Logged: " + formatDate("Last Updated"), "DD MMMM")

  • @rebeccafoxstoddard
    @rebeccafoxstoddard Год назад

    Thank you for your in-depth tutorials. Just completed the set up. Very well done tutorial- nicely paced, detailed steps that are displayed effectively, and the layout is aesthetically pleasing, simple, and intuitive. Now on to your next build video. :)

    • @BetterCreating
      @BetterCreating  Год назад

      Great to hear - thanks for watching and great to have you. Please spread the word ! :)

  • @jesusvives2149
    @jesusvives2149 Год назад

    I know this will help me a lot, I needed it! Thanks a lot!

  • @saskianieuwland5965
    @saskianieuwland5965 Год назад +1

    I struggle with first i am building everything but then how do i actually use it. Is there a video for when your done building and then how to use it. From things to do to day, habit, how to start organising your life when the build is done?

  • @nyem6866
    @nyem6866 Год назад

    woooow you take it to a new level

  • @thechristhetics
    @thechristhetics Год назад

    Love you man! Really helped me a lot! You're the best!

  • @sqs2561zz
    @sqs2561zz 6 месяцев назад

    Hi Simon, many thanks for making this video series! I just wanted to ask, how do you create buttons to automatically log habits in this system? Thanks again!

    • @BetterCreating
      @BetterCreating  6 месяцев назад

      Hey there, thank you! Pretty sure I do: but honestly - it was a long time ago so could have been before that feature. Either way: it’s very easy. Link a button to the daily log database and pre-set/edit the relation to the habit you want to log to be added. Make sure you then filter by the current day entry: ideally calling the new daily log @Today. Forgive me if this is wrong: going on memory from the train: but watch my latest habit tracker tour video for the system I’ve made most recently that demos it. Pretty easy!

  • @mojabaabed5189
    @mojabaabed5189 Год назад +2

    hey simon, it's all good but there's something i didn't understand, how to add logs to the habits is there a check box dashboard or just edit the log value manually

    • @BetterCreating
      @BetterCreating  Год назад +5

      Yes, currently you just add the number manually - my full template does it by making the log a rollup from adding habits in a daily log related database. I will include this part of the build later in my downloadable sections of the NFS series 👍

  • @mphomuila9460
    @mphomuila9460 11 месяцев назад +1

    Hey Simon I have been following along and ive run into a problem the new formula language does not allow me to use some fuctions like adding text to the concat formulas i really would love to build this thing but i cant because of this please help

  • @saskianieuwland5965
    @saskianieuwland5965 Год назад

    Another question. Like meal prepping and planning. Should that be a task or a habit since i want to do it always at the same day in the week?

  • @SaleemHodge
    @SaleemHodge 11 месяцев назад

    Wonderful conent but I am having trouble following along with the formulas. It looks like these don't work anymore after the redisgn of their code system. I'm pretty lost and frustrated. Hope to get a little clarity. Keep up the great work #BuildinPublic

  • @TheCosmicSeer
    @TheCosmicSeer 9 месяцев назад +1

    Sorry if I missed something but is there a way to use buttons to add +1 to our Log or do we have to go to the habits dashboard and manually enter the numbers there? Hope that makes sense. Thank you !

    • @oliviawebber2206
      @oliviawebber2206 7 месяцев назад

      If you use the modifications provided above by @AlexandruGheorghiuP you can then add buttons to your dashboard for each habit that will add a page to the "Habit Tracker" which by relation will update your numbers with just one click!

  • @steveg0831
    @steveg0831 Месяц назад

    I have to reject partly my comment, sorry guys...the solution with [..] works without giving back any error message but now shows the comma separator between [Text1] , [Text2]...this does not help either...so still struggling with this concat formula as both, a connecting "+" and/or "&" or whatever gives me back an error message. How that can work so differently??? Anyone else facing this issue that a "+" as a connector for different text items does not work either? Would be really happy to fix it...THANKS

  • @vcalodabe
    @vcalodabe 11 месяцев назад

    The progress formula isn’t working anymore because of the new update formula. There’s decimal numbers on the percentage. Can someone help me fix that? 😭 I have one of your templates Simon, but I wanted to to my own template in an simplest way

  • @HDSportsterdubai
    @HDSportsterdubai Год назад

    Hey Simon, thanks for this. Needed some help, at 3 minutes on the video in the concat formula you click somewhere off camera to get the emojis into the concat formula. Can you let me know where you click to get those emoji's? I use a windows laptop so not sure if its a key on the keyboard you hit to bring up the emoji's or whether it was somewhere on the screen that the camera doesnt show. This is really cool stuff you keep sharing so thank you for that.

    • @BetterCreating
      @BetterCreating  Год назад

      No worries. Thanks for watching. Yeah - I go to the edit menu and then click emojis and symbols on the Mac. I think control period might do it on windows. Or just search for where you can bring up emoji and symbols on the Notion app on your computer. :)

    • @BrendanPatrickGrace
      @BrendanPatrickGrace Год назад

      The formula is updated a little now because of this weird thing were Notion uses Icons specifically for the formulas, just follow this - concat(format(prop("Log")), " of ", format(prop("Total Target")), " completed ")

  • @nataliedavison5592
    @nataliedavison5592 4 месяца назад

    Any Help on the Last Logged formula. It's not working for me.

    • @nataliedavison5592
      @nataliedavison5592 4 месяца назад +1

      Sorry, I just saw this in your description box with your new formulas.
      (" Last Logged: " + formatDate( Last Updated, "DD MMMM"))

  • @SSS-tf2mz
    @SSS-tf2mz Год назад +1

    How to manage time as School student running a business and getting good grades

  • @viralarmytv7932
    @viralarmytv7932 Год назад

    Hi, when i try to do concat report in the formula say "Type mismatch "✎✔︎ " is not a Number."
    The formula i think is correct, concat( "✎✔︎ " format(prop("✎ Log")), " of", format(prop("Total Target")), " completed ")

    • @kellysharpe2122
      @kellysharpe2122 Год назад

      Maybe add a comma after the second quote mark (before the first "format").

  • @Mshmoylova
    @Mshmoylova Год назад +1

    "... or download a free copy (of a Goals Template) via the video description", but there are just a subscription call and paid templates... Am I just blind?)

  • @JasonMvrtinez
    @JasonMvrtinez Год назад

    what do you push while writing formula to insert emoji?

    • @BetterCreating
      @BetterCreating  Год назад +1

      It used to be the function button on Mac - I’m not sure if it still works - alternatively go to the edit menu and find emoji and symbols menu from there. :)

  • @anthonysanmiguel
    @anthonysanmiguel 11 месяцев назад

    Can anyone help with the concat formula with the 2.0 update? Nothing seems to work for me

    • @BetterCreating
      @BetterCreating  11 месяцев назад

      I think now formulas 2.0 are out. ‘Concat’ is not as relevant - just try writing + “the thing you want to write” into the formula at the point it should show - it might be that simple. Doing more research on this at somepoint to make a new tutorial. :)

  • @dmendex
    @dmendex 2 месяца назад

    This video needs updatinf

  • @wordpictureink
    @wordpictureink 11 месяцев назад +1

    New updates to Notion's formula language are making following along with this a little hellish. Managed to figure out the formulas in the last video after a bit of trial and error. This one is still not working, despite testing all the formulas in the previous comments.
    Here's what I've got for formula: concat([prop("✏ 𝗫 Log"), " of "], [prop("Total Target"), " completed"])
    Which yields this text: 2, of ,105, completed
    Can't get rid of the commas in the final or the formula doesn't function. Any help much appreciated!

    • @BetterCreating
      @BetterCreating  11 месяцев назад +3

      Haha - oh my - yes - I think the changes will have rather messed this up! I’m catching up too! I’ll plan a video for the series on formulas 2.0!!! Cheers. S

    • @wordpictureink
      @wordpictureink 11 месяцев назад

      Subscribed! Can't wait to watch that one - your videos are a fabulous help and great pace to work along with. Thank you!@@BetterCreating