Math calculation works okay in designer but does not work on watch (Huawei)

Hi all,
I wanted to include a countdown indicator that counts days left till Xmas. Used this:
$(360-#DD#)<0)?(366-#DD#+359):(360-#DD#)$
It works fine in the designer. Once I sync it to the watch (Huawei) it shows: “360-344.2623” the latter number changes with time.
What’s wrong with the formula? Why does it work on PC and not on watch?

@Zig Very cool idea! Try removing the last right parentheses in the first part of the conditional like so:

$(360-#DD#)<0?(366-#DD#+359):(360-#DD#)$

Let me know if that works!

Doesn’t overwrite existing draft on watch. How can I remove that one?

im having a similar issue with my huawei. this string “$#DH#<=#WRH#?“Sunrise”:(#DH#>=#WSH#?“Sunrise”:“Sunset”)$” returns a value of 0 on my watch but works in the creator perfectly