I would like to have something like this to track my project progress.
★★★★★50%
But I have no idea about how to use the slice formula. Can anyone help please?
Help between Notion users
It's free & easy
Answers, votes & comments
Receive points, vote and give the solution
I would like to have something like this to track my project progress.
★★★★★50%
But I have no idea about how to use the slice formula. Can anyone help please?
Here is an example of the formula:
slice("★★★★★★★★★★", 0, round(prop("Progress (Percent)") * 10)) + slice("☆☆☆☆☆☆☆☆☆☆", 0, round((1 - prop("Progress (Percent)")) * 10)) + " " + if(prop("Completed Units") == 0, "0", format(round(prop("Progress (Percent)") * 100))) + "%"
You can replace the stars with anything you like :) See the complete guide here.
Hope that helps.