I created 3 progress bars, background is 0%,with a separate background on 50 %
1 . steps if above steps goal it is not growing further
2. Heartrate if above 150 it is not growing further
3. Battery
Formula steps place it in 0+ tag
([SC]<=[SC_GOAL]? ([SC]/720):([SC_GOAL]/720))
720 is how great you want the bar. Progress Background value is steps goal divided by 720 you can change it whem you want to get a greater or smaller bar
Formula heartrate: place it in 0+ tag max heartrate is set to 150
[HR]<=150? [HR]/7.5 : 20
Progress background is 20
I attached the wfs file in the zip file
zlx100.zip (476.1 KB)