@@jyothishkj8391 Hi! Notion has recently updated its formula properties, and this may be the reason why it's not working anymore 😥 Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100 Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!
I have been watching so many videos about notion and I am getting overwhelmed. However, this habit tracker is unique yet not complex. I am thrilled to incorporate this tracker on my daily life. Thank you so much!
here is the formula for 6 habits after the new modifications of notion : round(100 * (toNumber(prop("Reading")) + toNumber(prop("Journaling")) + toNumber(prop("Carrots")) + toNumber(prop("Milk")) + toNumber(prop("Workout")) + toNumber(prop("Praying"))) / 6) / 100
Thank you for delivering such an amazing learning experience, and I can't wait to implement these techniques to elevate my own habit tracking journey. Keep up the fantastic work and I can't wait for more videos!
@@notionfreak Pls, I did the same things as you, but the tracker is just in one day, and when I want to place it for another day, it doesn't work, i'ts just place it in the page, not in the calendar
Hi there! Thank you so much for the tutorial and creating this, is beautiful! I've got a question, looking for further optimization in the Notion Chart, I'd like to know if there is a way to set a certain value and have a different color depending on that, example: - When I do at least 80% of my habits, I'd like to have a green color. - When I do less than 80% of my habits, I'd like to have a red color. Something like "red if value < 80%", "green if value = other" There are more ways that can help this too: - If this first one is not possible, I'd like to implement a threshold on the 80% mark, so I can have a quick look and see when I did perform and when I didn't. - And this can also maintain single color as we are seeing the 80% mark. I'll give a go to this one because I don't think is that complicated and for now it can do the work. Another idea: - Green if checked. - Red if not checked. I used to do this in my manual habit tracker, is not as visually attractive but it does the work as it really creates pain when you see a red between all the green. - Now that I think of the first option again, it would be more to a report or statistycs page rather than to the habit tracker itself! Any idea to implement or come closer to these optimizations is appreciated!
I have spent a long time finding and building a habit tracker that works for me, but none of them really work well. This habit tracker in calendar view is what I have been looking for all along. Thank you for sharing this!
(prop("Read").toNumber() + prop("Meditate").toNumber() + prop("Daily Journal").toNumber() + prop("Gym").toNumber() + prop("Cold Shower").toNumber() /*add your new habits with a toNumber function and a "+"*/ )/5 /*replace the 5 with your total number of habits*/
Hi! Notion has recently updated its formula properties, and this may be the reason why it's not working anymore 😥 Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100 Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!
I want the recurring template for each day, but every time I set the "Show calendar by" to "created time", it means the line chart no longer works. If I set the "Show calendar by" to "date" then it doesn't;t create a new entry every day automatically. How do I fix this?
Thank you for the great video! I'm having an issue with the date displaying in the correct order on the x-axis whereas the newest date is shown on the left side rather than the right, do you know how to fix this?
hi ! i tried to enter the formula but it kept saying "unaryplus is not defined" "unary plus was removed, you can use "+" instead". any way i can fix it?
Hi! Notion has recently updated its formula properties, and this may be the reason why it's not working anymore 😥 Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100 Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!
Hi there!! Notion has recently updated their formulas properties, and this may be the reason why it's not working anymore 😥 Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100 Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!
Hi! Notion has recently updated its formula properties, and this may be the reason why it's not working anymore 😥 Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100 Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!
@@notionfreak sorry my bad i didnt follow the steps well but i followed them well the new problem is the formula i tried my best but it refused to be entered help me out on this thank you
@@selflove-jl7qk Don't apologise! If you're referring to the progress bar and have more than 3 habits, it requires you to key in the additional habits: + unaryPlus(prop("Habit x"))) / x). Alternatively, if you did this from scratch, you can download the free pre-set template that would already have the formula inside :)
Hello! I'm so sorry I got back to you this late 😓You can change your property into the "Date View" instead! This allows you to change the dates respectively
This is a great start. @notionfreak. How would you define the formula if you had a list of 10 habits AND, as long as you completed at least 5 of them (any 5 from the list) the progress would go to 100%?
Good question! What i'd do is use the same formula for the 10 habits, and create a new formula property stating that if 5 checkboxes are ticked, progress will be 100%
Thank you so much for your help ! So clear !😁
please comment the formula code here !!!!!!
@@jyothishkj8391 Hi! Notion has recently updated its formula properties, and this may be the reason why it's not working anymore 😥
Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100
Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!
I have been watching so many videos about notion and I am getting overwhelmed. However, this habit tracker is unique yet not complex. I am thrilled to incorporate this tracker on my daily life. Thank you so much!
Your comment made my whole week ❤ I'm so glad this has helped you on your journey! I'm open to any suggestions if you need further help 🥰
here is the formula for 6 habits after the new modifications of notion :
round(100 * (toNumber(prop("Reading")) + toNumber(prop("Journaling")) + toNumber(prop("Carrots")) + toNumber(prop("Milk")) + toNumber(prop("Workout")) + toNumber(prop("Praying"))) / 6) / 100
Can you give the formula of 8?
I love the way you have walked us through the whole process in an easy way. Notion is amazing.
I'm super glad!! Thank you for the kind comment Jacob 🥰
Just started my notion journey and stumbled across you video on TikTok.
Thanks for putting such an easy-to-follow long form guide on TH-cam!
I'm so glad you find it useful! Happy building 🖤🤍
Love this Habit Tracker! Clear explanation. Looking forward to more Notion tutorials
I'm so glad Carlo!! Will be releasing more soon :)
Thank you for delivering such an amazing learning experience, and I can't wait to implement these techniques to elevate my own habit tracking journey. Keep up the fantastic work and I can't wait for more videos!
So glad you've found it useful Joseph!! Stay tuned for more :)
@@notionfreak Pls, I did the same things as you, but the tracker is just in one day, and when I want to place it for another day, it doesn't work, i'ts just place it in the page, not in the calendar
Hi there! Thank you so much for the tutorial and creating this, is beautiful!
I've got a question, looking for further optimization in the Notion Chart, I'd like to know if there is a way to set a certain value and have a different color depending on that, example:
- When I do at least 80% of my habits, I'd like to have a green color.
- When I do less than 80% of my habits, I'd like to have a red color.
Something like "red if value < 80%", "green if value = other"
There are more ways that can help this too:
- If this first one is not possible, I'd like to implement a threshold on the 80% mark, so I can have a quick look and see when I did perform and when I didn't.
- And this can also maintain single color as we are seeing the 80% mark.
I'll give a go to this one because I don't think is that complicated and for now it can do the work.
Another idea:
- Green if checked.
- Red if not checked.
I used to do this in my manual habit tracker, is not as visually attractive but it does the work as it really creates pain when you see a red between all the green.
- Now that I think of the first option again, it would be more to a report or statistycs page rather than to the habit tracker itself!
Any idea to implement or come closer to these optimizations is appreciated!
I have spent a long time finding and building a habit tracker that works for me, but none of them really work well. This habit tracker in calendar view is what I have been looking for all along. Thank you for sharing this!
It's always a journey and I'm so glad this video has helped you along the way!!! Best of luck 😀
People love habit trackers and the views shows it 😂 Great tutorial 💯
Your tutorials are amazing too!! Hope to create videos as consistent as you 😄
Formula for 5 habits➡ round(100 * (unaryPlus(prop("Habit 1")) + unaryPlus(prop("Habit 2")) + unaryPlus(prop("Habit 3")) + unaryPlus(prop("Habit 4")) + unaryPlus(prop("Habit 5"))) / 5) / 100
it says unary plus was removed
@@rocco5572 do you have the working formula ?
round(100 * (toNumber(prop("Habit 1")) + toNumber(prop("Habit 2")) + toNumber(prop("Habit 3"))) / 3) / 100
Try this!@@rocco5572
@@rocco5572 try this one actually round((
(prop("Read").toNumber() +
prop("Meditate").toNumber() +
prop("Daily Journal").toNumber() +
prop("Gym").toNumber() +
prop("Cold Shower").toNumber() /*add your new habits with a toNumber function and a "+"*/
)/5 /*replace the 5 with your total number of habits*/
)*100)/100
This template is both simple and highly effective. Thanks :)
Awesome. I have a question: how do you hide the "Untitled" label in calendar view?. It appears every day in the task list.
Really loved the button feature. Very helpful!
I'm glad! The versatility of buttons is incredible!
liked it a lot, keep at it with your content creation journey! i think it will help a lot of people and yourself!
Thanks for the encouragement Rodrigo! It definitely did for me. Hope it helps others too 😃
Hello i have a question, How do you put more habits in the Habit Tracker?
Super helpful and this looks cool, thanks for the pro tip 😅
I'm so glad you found it useful 🙂
the code does not work :(
Hi! Notion has recently updated its formula properties, and this may be the reason why it's not working anymore 😥
Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100
Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!
Thank you for this!!
I still cant figure out how I get the buttons to tick the box just for the right day. Its always ticking all days
great tutorial. I love it. Thank you very much for sharing.
I tried to create 10 Habits, but the formula doesn't want to place nice
I want the recurring template for each day, but every time I set the "Show calendar by" to "created time", it means the line chart no longer works. If I set the "Show calendar by" to "date" then it doesn't;t create a new entry every day automatically. How do I fix this?
How do I add the graphic at the bottom of the calendar?
SHE IS SO NICE SHOUTOUT TO HERRRRRRRRRRRRRRRRRRRRR. LOVE U
LOVE YOU TOO
I have problem in creating progress bar i have 12 habit i cant make it properly can you help
Thank you for the great video! I'm having an issue with the date displaying in the correct order on the x-axis whereas the newest date is shown on the left side rather than the right, do you know how to fix this?
You're amazing for this tysm
Thank you 🥺🥺
Thank you!
nice
hi ! i tried to enter the formula but it kept saying "unaryplus is not defined" "unary plus was removed, you can use "+" instead". any way i can fix it?
Hi! Notion has recently updated its formula properties, and this may be the reason why it's not working anymore 😥
Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100
Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!
hi
Can u help me with formula? cuz this formula don't work and idk why
Thank u
Hi there!! Notion has recently updated their formulas properties, and this may be the reason why it's not working anymore 😥
Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100
Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!
I want it. I’m getting it
ITS FREE, hehe
@@notionfreak you smart, you loyal.
Obrigado ótima explicação
What is the first formula? It said is a mistake in mine
Hi! Notion has recently updated its formula properties, and this may be the reason why it's not working anymore 😥
Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100
Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!
what about when i cant find the calender veiw in the search what can i do
Hello! Could you elaborate on this?
@@notionfreak sorry my bad i didnt follow the steps well but i followed them well the new problem is the formula i tried my best but it refused to be entered help me out on this thank you
@@selflove-jl7qk Don't apologise! If you're referring to the progress bar and have more than 3 habits, it requires you to key in the additional habits: + unaryPlus(prop("Habit x"))) / x). Alternatively, if you did this from scratch, you can download the free pre-set template that would already have the formula inside :)
For some reason...I'm getting 115 days created on one day😢... please help
Hello! I'm so sorry I got back to you this late 😓You can change your property into the "Date View" instead! This allows you to change the dates respectively
I live in a third world country and 5 dollars is already expensive. I want this template so bad huuhu
It's free! It's on a pay as you want basis, so you could just put a $0 😊
it's not free what a Clickbait
It IS free 🤣 notionfreak.gumroad.com/l/Dynamic-Habit-Tracker hope this helps! If you don't want to pay, you just have to key in $0
Why are you so Cute?
This is a great start. @notionfreak. How would you define the formula if you had a list of 10 habits AND, as long as you completed at least 5 of them (any 5 from the list) the progress would go to 100%?
Good question! What i'd do is use the same formula for the 10 habits, and create a new formula property stating that if 5 checkboxes are ticked, progress will be 100%
@@notionfreak Can you see if you can figure it out, please? I tried to construct it but I'm stuck.