Split HR in 3 different text fields on Pixel Watch 3?

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?


2 Likes

Which version of WFS are you on . You need to be on 1.7.9 as far as I know for PX3 .

1 Like

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

1 Like

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 .

1 Like
([HR] >=100?floor([HR]/100):"0")
([HR] >=10?floor (([HR]%100)/10):"0")
([HR]%10)```
1 Like

Above you will find the 3 formulas. When I don’t split it, it works on my PX3

1 Like

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 .

1 Like

The above 3 formulas work on WFS. Maybe someone can check if this works for Samsung watches since I only own a PW3

1 Like

Yeah I will check it on my GW5 Pro very soon .

1 Like

When I see your Formula Working it makes perfect sense . You are shown the Leading Zero . So it works fine on my GW5 Pro .
.
.

1 Like

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

1 Like

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 .

1 Like

Thanks for your kind words and help. I have uploaded coupon codes here if you want to try it out:

1 Like

My PW3 shows this

1 Like

Bless . Thank you I will look Later . Busy in the Garden Right now .

1 Like

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
image
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…

1 Like

If this is working for some people but not others with the same watch, could it be a permissions issue?

1 Like

PS. It’s probably safe to assume that HR>=10 will always be true, unless there’s no data.

1 Like

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.

2 Likes

Yes, it works alone on my Pixel watch 3 but not after splitted. It seems to work for @russellcresser

1 Like