New Progress Bar

New Progress Bar

Master Tag
Tips & Tricks
Created
Aug 10, 2022 02:47 PM
Usage
Web Tags
How To
Formula
Alternatives
Cover
Use-Cases For The Newest Update
Use-Cases For The Newest Update
New Progress Bar (Follow Along)
New Progress Bar (Follow Along)
 
Habits Formulas
floor(100 * (toNumber(prop("Habit 1")) + toNumber(prop("Habit 2")) + toNumber(prop("Habit 3")) + toNumber(prop("Habit 4")) + toNumber(prop("Habit 5"))) / 5) / 100
Progress w/ %
toNumber(prop("Habit 1")) + toNumber(prop("Habit 2")) + toNumber(prop("Habit 3")) + toNumber(prop("Habit 4")) + toNumber(prop("Habit 5"))
Progress w/ #
 
Progress Bar Functionality
Name
Habit 1
Habit 2
Habit 3
Habit 4
Habit 5
Progress w/ #
Progress w/ %
Habit 1
Habit 2
Habit 3
Habit 4
Habit 5
Habit 1
Habit 2
Habit 3
Habit 4
Habit 5
Habit 1
Habit 2
Habit 3
Habit 4
Habit 5
Habit 1
Habit 2
Habit 3
Habit 4
Habit 5
Project and Task Formulas
floor(100 * prop("Not Started")) / 100
% Not Started
floor(100 * prop("In Progress")) / 100
% In Progress
floor(100 * prop("Done")) / 100
% Done
 
Progress Bar w/ Rollups
 
Tasks
Status
Name
Project
Deadline
Cap progress @ 100% Formulas
floor(1000 * dateBetween(now(), start(prop("Date Range")), "days") / dateBetween(end(prop("Date Range")), start(prop("Date Range")), "days")) / 1000
To End Date (Percentage)
if(prop("Percentage (Hide)") < 0, 0, if(prop("Percentage (Hide)") > 1, 1, prop("Percentage (Hide)")))
To End Date (Short Version w/ 2 properties)
 
Cap Progress Bar @ 100%
Name
Date Range
To End Date
Percentage (Hide)
Aug 7, 2022 → Aug 10, 2022
Aug 8, 2022 → Aug 17, 2022
Daily Progress Formula
if(formatDate(prop("Date"), "LL") == formatDate(now(), "LL"), hour(now()) + minute(now()) / 60, if(prop("Date") < now(), 24, 0))
Daily Progress
 
Daily Progress Bar