I’m trying to use the field conversion feature to convert the data from the fit file (which seems to be in feet (for swimming) to yards. Do I need to write javascript for this or just is there something in the conversion UI for me to make the adjustment? How do I know what the object is to do the conversion if I’m writing code, I’m guessing I’d want interval.distance / 3 to convert to yards, but it’s not working.
I figured it out - it was showing distance in feet, but it was stored differently and I had to convert from metric to imperial
1 Like