Hello Everyone!
Using Crystal XI and SQL Server
Here is my problem ,I want to group something like this.
ABC123 20
123 30
345 10
567 5
ABC 15
ABC345 5
123 7
345 12
456 13
ABC123 7
This is how the data is and i want to group based on the ABC*** .It's not lilke i want to group those values.
Basically i have add up the values from ABC123 to just before ABC345 and then ABC345 to just before ABC123.
It should look like this.
ABC123 90(20,30,10,5,15)
ABC345 37(5,7,12,13)
ABC123 7
Can i do this and how.
Can i group them and sum.
Please advise.
Using Crystal XI and SQL Server
Here is my problem ,I want to group something like this.
ABC123 20
123 30
345 10
567 5
ABC 15
ABC345 5
123 7
345 12
456 13
ABC123 7
This is how the data is and i want to group based on the ABC*** .It's not lilke i want to group those values.
Basically i have add up the values from ABC123 to just before ABC345 and then ABC345 to just before ABC123.
It should look like this.
ABC123 90(20,30,10,5,15)
ABC345 37(5,7,12,13)
ABC123 7
Can i do this and how.
Can i group them and sum.
Please advise.