Display qty/number remaining

Is it possible to graphically display a number or quantity remaining? I’m looking for a circle or bar. Progress Bar doesn’t work for some reason because it only shows percentage used and sits at 100%. Any ideas?

You should be able to use a Progress Bar.

The progress bar works in % - so calculate it so it is in the range 0 - 100 and then round to 0 decimal.

image

Make the font transparent and small, so you don’t get the percentage value.

Create a condition if the value is zero to show all the background.

image

You can then overlay some text for the value you want.

image

1 Like

THAT DID IT!! Thank you :slight_smile: I was close but didn’t include *100:rounded to 0.

1 Like