jesperengel
Technical User
Using CRvXI,
I have a report with three data fields, which are all grouped.
Then I have a forth "row", which counts the number of shots made with each combination. Each group is sorted in its original order.
Player Club Ball Shots
John Titleist Srixon 4
Peter Titleist Srixon 3
John Cleveland Titleist 6
John Titleist Srixon 2
The way it is sorted now, if the same combination of player, club and ball, has been used multiple times, they will appear in seperate parts of the report, and the number of Shots will therefore be wrong.
If I sort the groups in Descending order I get the total number of shots and no repeated combination. What I need also though is to list the groups in the original order, and repeated combinations to be included the first time the combination appears.
Like this:
Player Club Ball Shots
John Titleist Srixon 6
Peter Titleist Srixon 3
John Cleveland Titleist 6
Can I do that??
Thank you.
I have a report with three data fields, which are all grouped.
Then I have a forth "row", which counts the number of shots made with each combination. Each group is sorted in its original order.
Player Club Ball Shots
John Titleist Srixon 4
Peter Titleist Srixon 3
John Cleveland Titleist 6
John Titleist Srixon 2
The way it is sorted now, if the same combination of player, club and ball, has been used multiple times, they will appear in seperate parts of the report, and the number of Shots will therefore be wrong.
If I sort the groups in Descending order I get the total number of shots and no repeated combination. What I need also though is to list the groups in the original order, and repeated combinations to be included the first time the combination appears.
Like this:
Player Club Ball Shots
John Titleist Srixon 6
Peter Titleist Srixon 3
John Cleveland Titleist 6
Can I do that??
Thank you.