Hi,
For something so simple I cant get it work and need some help please I want to display steps% goal of 10K as text you can do this using progress bar no problem using - (clamp(#ZSC#, 0, 10000)/10000)
So if I have walked 1000 steps and my goal is 10K it would show = 10%
1 Like
I don’t remember where I got this or I would credit them. I have used this and it works
STEPS GOAL PERCENTAGE ACHIEVED
(floor(#ZSC#/10000*100))%
Change /10000* to number of steps for goal
As shown will display 50% at 5k steps
3 Likes
Works perfectly thank you.
3 Likes
Beside Tax and Death, the third thing is guaranteed: mrantisocialguy will find the solution!
5 Likes