Notion skills
August 3, 2023Less than 1 minute
Script
The progress could be represented using star or circle, etc. All the methods using string slice method to implement. Two things need to be done for that.
- Create a progress column number. A percentage number will created in this case.
- Create a formula column to implement the start bar, etc.
slice("••••••••••", 0, round(prop("progress")*10)) +
slice("○○○○○○○○○○", 0, round((1 - prop("progress"))*10))
Bar
Another method is to use the internal method directory.
- Create progress column.
- Select number.
- Select percentage.
- Select bar option.
- Than you could see the percentage and progress bar.
- How to visualize the columns on gantt item.