SC_PER past 100% and HR button with text

Hi there folks,

I am not a designer/developer by any means. I just found out about WFS and trying to recreate a once forgotten Watchface with some extras. I hope I still find a place here.

Thanks to your knowledge (lurking mode) I could build an eight image moon phase, and much more. But now I come across my limitations.

Is it possible to display the SC_PER tag past 100%? I can’t figure it out. For instance 10k is 100%, 11k would be 101% and so on.

Second thing I can’t figuring out aswell is to make an action button to refresh the heart rate with a text like ‘wait’ or something. For instance I tap on HR and it will display a text and after that it is refreshed – it would be more user friendly (for myself), not that it is really needed, if [HR] is working correctly on a GW6C (updated in a 10 min interval, since I can’t seem to change the interval on WFS 1.6.10.0 anymore).

I tried to read through all these pages, but I somehow still need the tiny bitty to know how it is done.

Your help would be very much appreciated!

Edit:
I might have done something very wrong. I created a text with ([SC_PER]), loaded it onto the watch and now the number is wrongly shown. Step Goal is 10000, got currently 771 that should be 7%, but on the watch 12% is shown. What did go wrong? – okay nevermind, it takes the percentage of the set step goal on shealth, which is currently 6k

Thank you very much for your input on the formula. I used this one:

(floor((([SC])/(SC_GOAL]))*(100))) so a 99 doesn’t get rounded up to 100, and cutting the decimals.

For the Tap action I can only choose between either none or open app. It seems that 1.6.10 is the newest version besides non-beta. Do I need a plugin or is this another action based on formula?

As far as I know, a percentage greater than 100% is not shown.

It seems the post got deleted somehow.

You are correct if you only use the SC_PER Tag, but if you use the formula above it exceeds the 100%.

Now I only need the HR refresh on the watchface instead of opening the HR app to measure it.

But as far as I have read it doesn’t seem to manageable on WFS.