Skip to main content

Hi guys! I was wondering if you could help me figure out why I get those texts in the progress bar field? How do I get the bar to appear at 0%?

Depends on what your formula for your percentage is. It'll run into issues calculating dividing by zero.

A workaround would be to choose one of the options to display as 1 anytime a 0 is shown. The formula will differ depending on how your original percentage is calculated.


Does this look right?

IF( {Total tasks}, {Pending tasks} / {Total tasks} )

Amazing!!! Thaks a lot!!! 🙏