Hi Ale,GC really is fantastic software! Still discovering useful features almost every time i use it.One thing i haven't found but could be useful is this:In Trends view to have the ability to compare for a season groups of rides of different types such as "solo ride" / "group ride" / "trainer session" / "TT" to see differences in power distribution for instance.Is there a way to invoke a filter on Workout_Code or Keyword or any other field in compare mode - somehow?
Can you think of a workaround to establish groups of activities based on a filter and then compare the groups ?
Hi Ale,
simply brilliant!Tried it with Workout_Code = "Indoor" vs "Outdoor" vs unfiltered.Your workflow works perfectly for many charts like the Summary with all its metrics, the PMC chart, a Tracker chart (see screenshot), some Library charts like VO2max Estimation, Time in Power Zone, Bike Score and Intensity.
It does not seem to work for Power and BPM Distribution charts
Hi Ale,
this is a response to the workflow about comparing athletes. I just noticed the following:When i compare power distribution of efforts for two athletes with different power zone settings on the same route segment, the second athletes distribution is displayed against the first athletes zones "as it is" rather than redistributed into the first athletes zones. In other words, the second athletes distribution is exactly as it looks against his own zones, but displayed against the first athletes zones, hence incorrectly.Image power_1 is the original distribution of athlete SigridImage power_2 how it shows up in athlete Juergen compare paneIs that a bug, or do the zones need to match?
{
init {
xx<-c();
yy<-c();
activities<-0;
}
activity {
# as we iterate over activities
activities <- activities + 1;
}
finalise {
# we just fetch metrics at the end
xx <- metrics(date);
yy <- (metrics(L4_Time_in_Zone))/60;
}
x { xx; }
y { yy; }
}
Hi Ale,
Thank you for your reply. Get your point about the zone names.I'm trying to build up a user chart using the Time in Zone Metrics.For Trends i see the result (image below) using this code{
init {
xx<-c();
yy<-c();
activities<-0;
}
activity {
# as we iterate over activities
activities <- activities + 1;
}
finalise {
# we just fetch metrics at the end
xx <- metrics(date);
yy <- (metrics(L4_Time_in_Zone))/60;
}
x { xx; }
y { yy; }
}
What i can't get to work is the X axis even though it is set to Date. Still shows seconds.
I can't figure out how to change the granularity from days to weeks, to months interactively on the chart like with all the standard charts.The Athlete Compare does not seem to work, see image. Should it work for user charts?
Apart from that. i think i understand how to show metrics in trends user charts.What i can't figure out his how to do it in activities. How can i show say L4 and L5 Time in Zone for a single activity.I know i should not use samples or any aggregation because i'm not interested in values at each second recorded. Can you give me a hint how the code for a user chart for this should look like?
Perhaps i haven't found the right wiki page yet ?
Hi Ale,
is it already possible to CSV upload nutritional data into GC?
good evening, I'm trying to understand how two Athletes can appear, I looked on the forum and I looked at SUUG_Compare Pane_General but I can't find a solution