Transforming miles to kilometers | Community
Skip to main content
nielsr72948361
Level 2
January 28, 2019
Solved

Transforming miles to kilometers

  • January 28, 2019
  • 2 replies
  • 1952 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

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
January 28, 2019

Hi,

Use this:

<%= 1.61 * @distanceField %>

Thanks,

-Jon

nielsr72948361
Level 2
January 29, 2019

Thank you very much!