Hi there,
Currently I have created a table style view, generating an output like http://87.195.202.194/test.jpg
The 1st column = the tour ridden
The 5th column = the distance in km
The 6th column = the rider's name
Would it be possible to generate a table style, combining the records for say for the same rider, and sum the two cells like 80+80=160km and counting the two rides ridden "Paulus Rit"+"Safari Rit" = 2
To illustrate this:
Rit | Afstand | Renner
----------------------
1 85 Berry
1 75 Jose
2 160 Dion
Thanks for all your tips
Comments
Comment #1
dawehnerYes this is possible but only with views 3
Perhaps you can do it also with http://drupal.org/project/views_groupby
Comment #2
speis commenteddereine, i tried this, but it still gives me a new line for each ride ridden per user.
I would like to have only one line of output per rider, and the 2nd cell should be a sum of rides ridden
Comment #3
speis commentedComment #4
dawehnerow did you tryed this? Export your view
It works, here.
Comment #5
speis commentedHi dereine,
i managed to get this working. But then again, it doesn't SUM the distance values.
i don't dare to update to beta v3
Comment #6
merlinofchaos commentedTry views_calc module.
Comment #7
esmerel commentedSuggestion for fix given, no updates in more than 30 days