The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Aug 15, 2024 06:06 PM
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%?
Solved! Go to Solution.
Aug 15, 2024 10:58 PM
Does this look right?
IF(
{Total tasks},
{Pending tasks} / {Total tasks}
)
Aug 15, 2024 07:26 PM
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.
Aug 15, 2024 10:58 PM
Does this look right?
IF(
{Total tasks},
{Pending tasks} / {Total tasks}
)
Aug 21, 2024 11:13 AM
Amazing!!! Thaks a lot!!! 🙏