Issue display km/mi

Thank you very much Ozan

I try copy/paste ur formula, but it not work for me.

Found this thread, it mention about copy/paste “” issue.
Problem solved, I change to below formula.
MI → 100*(([LANG_LOC]==“en_GB”)+([LANG_LOC]==“en_US”))
KM-> 100*!(([LANG_LOC]==“en_GB”)+([LANG_LOC]==“en_US”))

Thanks,
LayYuan

1 Like