Low/Normal/High heart rate expression

I can’t seem to find any expressions for a Low/Normal/High heart rate. TIA!

I take it no one knows!?

Ok, so maybe a visual help explain what I am looking for that I can’t find anywhere in the forums

What I have circled is what I want to do.
unnamed ()

If I understand what you are asking, and if your symbols are singles, try these if you haven’t already.
Low heart rate: $#ZHR#<=60?100:30$
Normal heart rate: $#ZHR#>=60?100:30$
High heart rate: $#ZHR#>=100?100:30$
Place these in the opacity field for each of the symbols accordingly. Of course, you can adjust the heart rate numbers, as well as the opacity, in the expressions to your preference.

Thanks I’ll give these a try

This one won’t dim out when the high rate turns on

Sorry about that. You’re right, it wouldn’t. Add &<=99 after the 60. Also, change <=60 in the low heart rate to <=59. If these work, edit the values to what you want them to be.

I did what you said but still not working right

Sorry again, I am usually working on faces or trying things out at night when tired. I missed a couple of things you need in the Normal heart rate again. This time I tested it out on my own watch and they all work as expected.

Add this &#ZHR# to the equation.
It should look like this: $#ZHR#>=60&&#ZHR#<=99?100:30$

And as usual you can change the heart rates and opacity.

1 Like

By the way, nice design. Can’t wait to try it out when published.

This worked! Thank you kindly

You’re welcome. Happy to help.

Thank you and it is done now finally!