This page will guide you on how to create your custom progress bar!
You have roughly 3 steps to success:
Defining what you want to show the progress of
You'll first create a column named "% value
" in your database to "extract" the percentage of your progress bar.
Customising the progress bar
Before creating the progress bar, you'll see the customisation options of the generator.
Generating the formula
Selecting the options, copying the generated progress bar's formula and boom.
Before having a progress bar you may ask yourself what do you want to display the progress of? Number? Checkboxes? Rollup? Let's define this first before creating our bar!
<aside>
π As I said above, % value
will display the percentage of your bar (a number between 0 and 100). You can change this name after pasting your progress bar's formula (Notion will rename the names in the formula for you) and hide it in your views.
</aside>
<aside> π‘ I'm writing the formulas in code blocks for clarity. You can use my (in Notion shared convertors) to convert this code to be understandable by Notion (Notion doesn't like line endings!).
</aside>
<aside> π¬ Having another use case? Feel free to comment here and I will see what I can do !
</aside>