Running - Best 5000m (Trends - Tracker)

89 views
Skip to first unread message

Ricardo Matias

unread,
Mar 31, 2021, 2:03:53 PM3/31/21
to golden-cheetah-users
Hi!

I have in my tracker tab the comparison between the best running times i had done in multiple distances. The problem is when I have in a certain month one or more workouts below 5km. In those cases, the tracker field "Best 5000m" assume zero as the best time.

I think the solution will be to apply a filter to consider only distances equal or superior to 5000m, but I don't know how to do it. I already have a filter applied, to only consider running workouts.

Tracker.PNG
Workout code.PNG

Ale Martinez

unread,
Mar 31, 2021, 3:49:10 PM3/31/21
to golden-cheetah-users
You can add additional conditions to the filter s.t. Distance > 5, see https://github.com/GoldenCheetah/GoldenCheetah/wiki/UG_Special-Topics_SearchFilter

Ale Martinez

unread,
Mar 31, 2021, 6:42:57 PM3/31/21
to golden-cheetah-users
Additionally, Metric Trends charts allow to add filters at the chart and curve level, see https://github.com/GoldenCheetah/GoldenCheetah/wiki/UG_ChartTypes_Trends#metric-trends

Ricardo Matias

unread,
Apr 1, 2021, 6:05:06 PM4/1/21
to golden-cheetah-users
Thank you!!! It was very useful. The mistake I was doing was putting the code on "Search Mode". I just switched to "Filter Mode" and the following code work just fine: 

Sport = "Run" AND Distance > 5

Reply all
Reply to author
Forward
0 new messages