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

1vote

When creating a progress bar formula, not displaying icons

Given the following formula,

format(slice("XXXXXXXXXX", 0, floor(prop("Follow-Up Completed?") * 10)) + format(slice("XXXXXXXXXX", 0, ceil(10 - prop("Follow-Up Completed?") * 10))))

Where "X" is a green round circle icon (windows+; or other Notion icons)
In displaying, the fifth seventh characters are the diamond with a question mark "<?>" with no other characters displaying.

Scroll bar seems to truncate and not work. Adding spaces throughout the beginning of the characters gives me one extra character in the display, but this is not optimal. Is this possible or are we stuck with black/white text/ascii only characters?

1 Answer

0vote

polle Points77480

Hard to tell without seeing the complete example in Notion, but I see that you are using floor and ceil, which may be causing the problem.

Try using "round" instead.

0vote

notion0x1 commented

To replicate, replace the X's with icons, say a circle and use a numeric value or % value for prop("Follow-Up Completed?") .

See if you get the same issue (if you'd like to try), please?

0vote

polle commented

What is the formula supposed to do?
If you add 0.74 to Follow-Up Completed? then show 7 icons?

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