Is there any tags for step goal percentage? You know when the user calculates the percentage of the step taken based on the purpose of her own step.
you can do
(floor(#ZSC#/10000*100))%
if 10000 is your goal.
If you want the user to set a goal, for example with increments of 1000 steps, you could use a var and place that instead of the 10000:
(floor(#ZSC#/(#VAR_1#*1000)*100))%
You would have to make sure one would not be able to set the var lower than 1 or something.
3 Likes
WOW… THNX Dude!
1 Like
This code did not work for me.
I came up with one that did if anyone is interested, message me.
1 Like