Exact value forground color in progressbar

is it possible to have a progressbar with the actual value in forground color and the rest in background color. So when the battery level is 60, not the range from 0 to 60 is in forground color, but only 60

1 Like

Not exactly sure what you want but it could be done by using two progress bar and switching the opacity of the top one to Zero when the condition is reached .
So the conditional would be .
[BATT_PER]<=60?100:0
You have to make the default value for the opacity to 0 .
Get back if this is not what you are talking about .

i guess i used a wrong example. I am trying to get the lowest temp as exact value in the progressbar. Lets say i have a progressbar from -15 C to 15 C. Is there a way to set the foreground color to the lowest temp value. So no range , but the single value.

1 Like

OK . So do you think that the Method will work . Sir I can help in no way more than I have if you given me no values . The other thing is Temperature can be shown in two different Units . Obviously there are More . So one you have it working you will have to set it to Centigrade or Fahrenheit . You may just want the face for yourself in which case you can chose the units you prefer personally . You will also have to outline the Included angle travel of the Progress arc . It might be 270 240 180 90 60 .

Hi, try to see if it can work like this. It’s harder to explain than to do. However, you have to put the text with the min and max reference temperatures because the full scale of the min and max changes with each temperature variation. So you lose all the reference points.
ollie_sjuul.wfs.zip (1.0 MB)

1 Like