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

CommentFileSizeAuthor
test.jpg32.54 KBspeis

Comments

dawehner’s picture

Status: Active » Fixed

Yes this is possible but only with views 3
Perhaps you can do it also with http://drupal.org/project/views_groupby

speis’s picture

dereine, 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

speis’s picture

Status: Fixed » Active
dawehner’s picture

Version: 6.x-2.8 » 6.x-3.x-dev
Status: Active » Postponed (maintainer needs more info)

ow did you tryed this? Export your view

It works, here.

speis’s picture

Hi 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

merlinofchaos’s picture

Try views_calc module.

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Suggestion for fix given, no updates in more than 30 days