I need to show the heart rate in three differnt text fields
for example ff there is a heart rate like 102 bpm, the first one needs to show 1, the second one 0, and the third one 2.
I am using three different tag expressions and they work just fine in WFS but the HR does not show on my Pixel Watch 3. Any suggestions?
Which version of WFS are you on . You need to be on 1.7.9 as far as I know for PX3 .
Thanks for your feedback. I am on the latest version 1.7.9 and when I put [HR] into a textfield it works fine. But after splitting the 3 numbers it does not show values on my Pixel 3. Excuse my bad Englishm I am from Germany
Sometime the Watches are more fussy about syntax. Have you don a test to see if the unsplit HR Displays OK on the PX3 . I experiment by putting ( ) into the formula . Some time that helps but I am not expert . Perhaps you could show us the 3 Formulas you have composed . You will have to format protect them by highlighting each one and hitting </> . Or ctrl + E .
([HR] >=100?floor([HR]/100):"0")
([HR] >=10?floor (([HR]%100)/10):"0")
([HR]%10)```
Above you will find the 3 formulas. When I don’t split it, it works on my PX3
Sadly I do not understand your Formulas . I do not Understand why you have made it conditional . You just need a statement for each Digit . I can not compose it from my mobile but I will make a test soon .
The other way to do that sort of thing is to find a Vertical Font .
Hang on . I am sure more elementary Formulas will work on your watch .
The above 3 formulas work on WFS. Maybe someone can check if this works for Samsung watches since I only own a PW3
Yeah I will check it on my GW5 Pro very soon .
When I see your Formula Working it makes perfect sense . You are shown the Leading Zero . So it works fine on my GW5 Pro .
.
.
Thanks so much for your effort and trying it out. Now I am just wondering why it does not work on my PW3
This is the watchface I am talking about:
I will generate some coupon codes soon
So it is not Published for the PX3 . It shoud gave not passed the tests if it is not working .
Nice Idea By the Way .
Thanks for your kind words and help. I have uploaded coupon codes here if you want to try it out:
Bless . Thank you I will look Later . Busy in the Garden Right now .
Try to put the partial results of the conditions in a text box, to see whether is problem in the condition or in the math it self
It should still work, but I would never leave unnecessary spaces in the formula
On the watch screen shot it looks like the last simplest formula does not work at all.
I guess you do not have the ` marks in tags field…
If this is working for some people but not others with the same watch, could it be a permissions issue?
PS. It’s probably safe to assume that HR>=10 will always be true, unless there’s no data.
If I understand it right, trouble is the [HR] works when standing alone, but no more in a formula for same person on same watch.
Yes, it works alone on my Pixel watch 3 but not after splitted. It seems to work for @russellcresser