Skip to main content
Solved

Progress Bar 0% issue

  • August 16, 2024
  • 3 replies
  • 36 views

Forum|alt.badge.img+4

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%?

Best answer by TheTimeSavingCo

Does this look right?

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

3 replies

Sistema_Aotearo
Forum|alt.badge.img+20

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.


TheTimeSavingCo
Forum|alt.badge.img+31

Does this look right?

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

Forum|alt.badge.img+4
  • Author
  • Known Participant
  • August 21, 2024

Amazing!!! Thaks a lot!!! 🙏