Just curious if the countdown displays on your watch? It doesnt work on my Samsung Galaxy Watch 8
Ticket #185934 has been submitted.
Just curious if the countdown displays on your watch? It doesnt work on my Samsung Galaxy Watch 8
Ticket #185934 has been submitted.
It seems the 3 numbers your test shows 0 have really simple formulas and the “common denominator” is #DNOW# and floor function.
#DNOW# alone is returning well in the field above. Maybe test even whether the floor gives result with something smaller, like (floor(#Ds#/10))
and as workaround maybe try to circumvent even floor function like this:
(((1781204400000-#DNOW#)/86400/1000)-((1781204400000-#DNOW#)/86400/1000)%1)
I tried suggestion and even tried using UTC tags with floor. Something is broken with Floor function. Will have to wait and see what @Facer_Official make of it.