Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Transforming miles to kilometers

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Use this:

<%= 1.61 * @distanceField %>

Thanks,

-Jon

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

Use this:

<%= 1.61 * @distanceField %>

Thanks,

-Jon