How to show Peak Power for every activity (List view)

Hi all,

Maybe it is possible but I seem to be unable to find it. One of my favorite screens is the List view of my activities. I have there a nice overview with all my workouts I’ve done to check where I had my highest NP, Load and so on. It also gives me a good insight on my races.

However what would be interesting is if I can also add columns displaying my Peak Powers in this list view.

For example:
Date - Name - 5s Peak Power - 30s Peak Power - 1m Peak Power - 3m Peak Power - 5m Peak Power - 20m Peak Power

And have a list view in another tab with this information. That way I can easily sort on a certain Peak Power and find back my best efforts (per ride in this case).

Anyone knows if this is possible? I seem to struggle to find it.

Thanks,
Tim

Looks like I found the solution! I had to add custom columns on one activity first and than could display them on the global overview :slight_smile:

1 Like

Hi, any chance of a few screenshots of how you done this? thanks!

Hi JV_Dobboy,

I’ve created the custom fields first on the activity page:

  1. Open a random activity.
  2. Click on Custom → Add Field
  3. In the script paste this:
    {
    icu.powerCurve.getWatts(5)
    }
  4. I have put my fields public so I hope you should be able to get them by searching on “Peak” - otherwise you need to create them one by one like I did.

This is how to create:


This is how it looks in the end:

Hope this helps!
Tim

3 Likes

Thank you very much Tim for the detailed response. I’ll give it a go later :+1:

Hi, got it working thanks, and worked out i had to reprocess the activity list view, for it to look back the way for values. Thanks Tim :+1:t2:

This works, but you have to add the scripts for every athlete. An official implementation would be cool.