?? I kinda thought this would be of interest... usually no reply's means its an old already discussed topic or its too far fetched for consideration... I didnt think this idea was either one...??
Humm... not sure what version was used when the data was recorded... because for indoor rides I was looking back to February etc. which was before this current release. I see a CSV file a 'records' folder (in the windows AppData\Local\GoldenCheetah folder (in on Windows 10) but I dont see a Target column in the worksheet... would that imply that it was recorded with 3.4?
If thats the correct folder location and file I can record something new and probably edit old files accordingly.For current outdoor rides (which are recorded on different apps - I've got an Android phone so mostly use IPBike which can output a FIT or TCX file) I was hoping I could still load the target power erg file into GC then use that to 'reference' the Target Power the outdoor ride was recorded against. (The IPBike app has the ability to read erg files etc. then prompts the user to hit the target wattage). But if I can work around this by editing or creating a 'record' csv file it should work.


Finally figured out a solution by creating a second XDATA field and copying actual power data to it then charting that in a Performance chart... The result is a chart with correct scaling of the Actual Power to Target Power data.

ride <- GC.activity()
plot(ride$power,type = "o", col = "green", xlab = "Time", ylab = "Wattage", main = "Actual vs Target Wattage")