Transforming miles to kilometers | Community
Skip to main content
nielsr72948361
New Participant
January 28, 2019
Solved

Transforming miles to kilometers

  • January 28, 2019
  • 2 replies
  • 1948 views

Dear ACC-experts,

we are trying to recalculate miles within a profile to kilometers within an email delivery. If you can think of an easy and failsafe solution for this, I would be very grateful.

Best regards

Niels

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

Use this:

<%= 1.61 * @distanceField %>

Thanks,

-Jon

2 replies

nielsr72948361
New Participant
January 29, 2019

Thank you very much!

Jonathon_wodnicki
Jonathon_wodnickiAccepted solution
New Participant
January 28, 2019

Hi,

Use this:

<%= 1.61 * @distanceField %>

Thanks,

-Jon