Yeah it is tricky at the beginning. I am in the Garage servicing our Bush Trimmer at the moment. I will be in soon.
You see the Tag for steps in your formula that works. You just put the one you have for calories in its place. Change both the 10000 to 2000. I know I can make it sound simple . I am one of those who knows what kind of pickle we can get into. By the time I get in I bet one of the Masters has cracked it for you. Other than that Stand By.
So I made a mistake . I can only show you the Structure of the code . I have no way to check the conversion quickly . 2000m calories is per day for an old Person like me . I think 10000 steps burns 500 Calories . It depends so much on your biometrics .
so this works . Might need some tweaking . of course you have to rotate it to the start position but you know how to do that .
((clamp((round((#ZSC#/20))),0, 500)/500)*.843)
I told you Someone else would join in . The MAGic method is one of the others . and you work from the angle you want to fill which is the same as your *.843 .
Note the MAG formula shows a different fill angle .
To explain the formula you showed me reduces all the variables to s number between 0 and 1 then you multiply that by your magic number and that gives you the fill number between 0 and 1 .
So now we have a discussion about the conversion Number ( Biometric ) .
Let me know if you are stuck with the heart .
Facer Invite us to make a commitment to the Community . The General Ethos is to help people as much as they need but not to do the job for them . I am certain you can get your Heart going yourself . So much more satisfying than Copy and Pasting your Education . I learnt very little till I forced myself to remember some stuff .
Any way I make it .8333
So I see the rotation angle as 30 degrees because that is me . Love 30, degrees .
That is 60 degrees inclusive gap for the Icon .
360 degrees total rotation minus 60 = 300
300/360=0.833
We have a Master who writes his code de in an explanatory way .
Peter would have given you .
((clamp((round((#ZSC#/20))),0, 500)/500)*(300/360))
I am not sure if round is necessary I will check .
((clamp((#ZSC#/20),0, 500)/500)*(300/360))
Works perfect .
Please Note the Formulas above are Format Protected By ’ ’ make sure you remove them if you copy them or the code will not work .
Lots to learn.
Shall I go on ??