Group Use-Cases

Group Use-Cases

Master Tag
Tips & Tricks
Created
Oct 22, 2021 12:13 PM
Usage
Web Tags
How To
Database
Function
Alternatives
Cover
Untitled_Artwork 60.png

Donate

✂️
Peep the new update
  • Here are some of my experiments with the new update. Watch the video attached for a walkthrough. Chapters correspond with themes.
Video
Video preview
Grouping
Grouping
Table-view
https://super.so/icon/dark/zap.svg
Table-view
Board-view
https://super.so/icon/dark/edit.svg
Board-view
Gallery-view
https://super.so/icon/dark/trello.svg
Board-view
List-view
https://super.so/icon/dark/calendar.svg
Board-view
Table-view
https://super.so/icon/dark/grid.svg
Timeline-view
Board-view
Gallery-view
Table-view
https://super.so/icon/dark/trending-up.svg
Table-view
Board-view
List-view
Gallery-view
https://super.so/icon/dark/book-open.svg
Table-view
List-view
Board-view
https://super.so/icon/dark/check-circle.svg
Formulas used
Weekday Formula
if(not empty(prop("Date")), "★ " + formatDate(prop("Date"), "dddd"), "")
Habit Progress Formula
floor(100 * (unaryPlus(prop("Habit 1")) + unaryPlus(prop("Habit 2")) + unaryPlus(prop("Habit 3")) + unaryPlus(prop("Habit 4")) + unaryPlus(prop("Habit 5")) + unaryPlus(prop("Habit 6"))) / 6) / 100
Week of Month Formula
if(not empty(prop("Date")), "Week " + format(ceil((date(prop("Date")) + day(dateSubtract(prop("Date"), date(prop("Date")) - 1, "days")) - 1) / 7)), "")
Eisenhower Status Formula
if(empty(prop("Urgency")) or empty(prop("Importance")), "📥 Inbox", if(prop("Done"), "✔ Done", "🚧 Working"))
 
 
🎨
Colors
⚠️
Tips
  • These templates can be used as is but are made for the purpose of customization.
  • You can hide empty cells in group configuration and create an archive filter (like show only unchecked done boxes) to hide past dates.

More Use-Cases From
Notion Templates
Notion Templates