Dial for month, but work badly

hi, i have create a dial that at the place of the time
i have placed the control of months.
the months go fine from january till september.
but when come october the hand go at 8 (august),
november go at 9 and december at 10.
why this ?
it is a bug of the program or i have skip something ???
thank very much.

Please enable inspection on this watchface.

fatto.

Try (#DM#*30) for rotation.

ok, thank, i can try what you write.
but i ask:
my formula is wrong ???

no, don’t work at all.

$(#DM#*30)=1?30:0$
$(#DM#*30)=2?60:0$
$(#DM#*30)=3?90:0$
$(#DM#*30)=4?120:0$
$(#DM#*30)=5?150:0$
$(#DM#*30)=6?180:0$
$(#DM#*30)=7?210:0$
$(#DM#*30)=8?240:0$
$(#DM#*30)=9?270:0$
$(#DM#*30)=10?300:0$
$(#DM#*30)=11?330:0$
$(#DM#*30)=12?360:0$

do you have understand that numbers like
210-240-300-330 are the degrees on the watch ???

Not:

Only:

(#DM#*30)

1 Like

wow, you are genius.
i have wrote a very long string
and you have made the same with 2 words.
thank a lot.

but i want ask you:
why my formula is good till september
and for the last 3 months go wrong ???

Thanks. I don’t know why it didn’t work, but maybe there is an annoyance comparing value vs .number. Really do not know. It does not appear that you have there an error. But I prefer simple solutions.

I now needed the equation to return two 0 as text. I also failed.

of course a simple solution is better.
and was so easy to do, but i was to
search only to be complicated, ah ah.
thank you.

Not at all! Just ask, here there is a good mood.

1 Like