Can't get this to display without

What is the code for have the distance on a face without having the mi/km. I just what the numbers.

This is what I have and can’t figure it out

$#UNITSYS#=IMPERIAL?((floor(((((#ZSC#*2.34)/52.8))/100)*100))/100) mi:((round((#ZSC#*2.34)/32.8))/100) km$

Just delete the " mi" and the " km" from that formula, if that is what you mean…

3 Likes

So like this?

$#UNITSYS#=IMPERIAL?((floor(((((#ZSC#*2.34)/52.8))/100)*100))/100) ((round((#ZSC#*2.34)/32.8))/100)

Yep exactly

don’t forget the $ at the end…
and leave the :

2 Likes

I’m seeing the word IMPERIAL on the watch face

$#UNITSYS#=IMPERIAL?((floor(((((#ZSC#*2.34)/52.8))/100)*100))/100):((round((#ZSC#*2.34)/32.8))/100)$

4 Likes

That’s what I’m looking for, thank you

2 Likes