Notion Answers

Help between Notion users


Register & Ask

It's free & easy

Get answers

Answers, votes & comments

Vote and select answers

Receive points, vote and give the solution

Question

3votes

I need help with my progress tracking bar

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?

2 Answers

2votes

polle Points77470

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.

0vote

Ruebyi Points1000

Is this helpful?

YouTube Tutorial

0vote

nosy commented

Thank you, all information is welcome.

Please log in or register to answer this question.

...

Welcome to Notion Answers, where you can ask questions and receive answers from other members of the community.

Please share to grow the Notion Community!

Connect