i can set colors for example with
[HR] < 80? green:red
Is there a way to calculate with the value from a progressbar?
for example
[Value of progressbar] < 50? red:green
Ciao
Stefan
Background:
I want to show the progressbar with data provider phone battery in green > 20% and in red < 20%.
So i want to change color or switch between two progressbars by changing x-position, but for all i have to calculate with the value from progressbar…
… or is there another way to do this?
Hi, Im not sure if this is possible but you can use two progress bars.
Green one with opacity 0 + 100*([HR]<80)
and red one with opacity tag 0 + 100*([HR]>=80)