Sorry, I'm still not understanding. I have a data field "Workout, Equipment, Text". I entered "Goodyear Eagle F1" in the Equipment field for the first ride on 2022/09/10. Since 2022/09/10 I have uploaded several rides. Now I want to have a chart or tile that tells me the cumulative miles on this tire.If I enter Goodyear Eagle F1 for each new ride using this tire, modify a tile to "round(sum(metrics(Distance)));", and search for "Goodyear Eagle F1" it will display the cumulative mileage. I'm pretty sure there are ways to obtain the same data without entering "Goodyear Eagle F1" on each ride.
Sorry, I'm still not understanding. I have a data field "Workout, Equipment, Text". I entered "Goodyear Eagle F1" in the Equipment field for the first ride on 2022/09/10. Since 2022/09/10 I have uploaded several rides. Now I want to have a chart or tile that tells me the cumulative miles on this tire.If I enter Goodyear Eagle F1 for each new ride using this tire, modify a tile to "round(sum(metrics(Distance)));", and search for "Goodyear Eagle F1" it will display the cumulative mileage. I'm pretty sure there are ways to obtain the same data without entering "Goodyear Eagle F1" on each ride.Craig





Thanks Ale,I believe I have it working now. I created a new overview called "Equipment" and added tiles for tracking front and rear tire, cassette and chain. The tile for the rear tire is a search for "Goodyear Eagle F1" The Data Field Defaults is set to Field "Bike", Value "Canyon Endurance", Linked field "Equipment" Default Value " Goodyear Eagle F1". Like you indicated, this enters "Goodyear Eagle F1" into the Equipment field whenever the Bike Field is entered or changed to "Canyon Endurance"
Sorry, I'm still not understanding. I have a data field "Workout, Equipment, Text". I entered "Goodyear Eagle F1" in the Equipment field for the first ride on 2022/09/10. Since 2022/09/10 I have uploaded several rides. Now I want to have a chart or tile that tells me the cumulative miles on this tire.If I enter Goodyear Eagle F1 for each new ride using this tire, modify a tile to "round(sum(metrics(Distance)));", and search for "Goodyear Eagle F1" it will display the cumulative mileage. I'm pretty sure there are ways to obtain the same data without entering "Goodyear Eagle F1" on each ride.Craig
I don't know if it can help
That is fab, really fab. Thank you for sharing.Mark
Thanks for sharing the chart. Until now I used the field "Keywords" in Details tab in order to track the different bikes, although I had not graphical representation. But I have installed 3.6 build Sep 16 2022 and I can't see the "Equipment" field. How it is possible?



--
_______________________________________________
Golden-Cheetah-Users mailing list
golden-che...@googlegroups.com
http://groups.google.com/group/golden-cheetah-users?hl=en
---
You received this message because you are subscribed to the Google Groups "golden-cheetah-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golden-cheetah-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golden-cheetah-users/7859501d-b9b5-4747-a4a8-5b62d6981695n%40googlegroups.com.
--
_______________________________________________
Golden-Cheetah-Users mailing list
golden-che...@googlegroups.com
http://groups.google.com/group/golden-cheetah-users?hl=en
---
You received this message because you are subscribed to the Google Groups "golden-cheetah-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golden-cheetah-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golden-cheetah-users/ae014b12-766f-45d6-aa27-eeeba8087f0dn%40googlegroups.com.
Hi Maik,Steve and I seem to be thinking along the same lines. The value for each of the new fields always end with the date it was first used. When I replace or to something else to that component, I either change the date at the end or change the whole value. This way I can preserve the historical information. I've already used Jérôme's chart. I simply changed the
equipment <- metadata("Equipment"); to equipment <- metadata("TarmacChain");
and I get a bar graph showing the distance for each chain I've used. Obviously, since I just implemented this, there is no old data for chains. If you have the old data you can use something similar to the python fix I used and batch processing to populate the old activities. Similarly, you can use any of the new fields you created.
To view this discussion on the web visit https://groups.google.com/d/msgid/golden-cheetah-users/9fc0bd46-6bae-494d-8ef3-ee9372742a49n%40googlegroups.com.
