Hi
I am using Crystal report version 8.5 with MS SQL database.
I am trying to build a summary of group totals (Already printed at each group) and print the summary with group description at the end. One solution is to create sub report same as main report and suppress the detail and print. However, it will eat up the performance, I guess.
(Will subreport be too slow as compared to array?)
The second alternative is to build array with one row for each group and print the array at the end. However, I have never used array in Crystal.
I know it must be childs play for most of you but I am confused and need some help.
Thanks in advance
Resource 1 Billable Non-billable
Detail line 1 8.00 4.00
Detail line 2 9.00 3.00
Resource 1 total(Group) 17.00 7.00
Resource 2
Detail line 1 4.00 6.00
Detail line 2 8.00 0.00
Deatail line 3 12.00 0.00
Resource 2 Total (Group) 24.00 6.00
....
Summary
Resource 1 17.00 7.00
Resource 2 24.00 6.00
Maximum 20 Resources.
I am using Crystal report version 8.5 with MS SQL database.
I am trying to build a summary of group totals (Already printed at each group) and print the summary with group description at the end. One solution is to create sub report same as main report and suppress the detail and print. However, it will eat up the performance, I guess.
(Will subreport be too slow as compared to array?)
The second alternative is to build array with one row for each group and print the array at the end. However, I have never used array in Crystal.
I know it must be childs play for most of you but I am confused and need some help.
Thanks in advance
Resource 1 Billable Non-billable
Detail line 1 8.00 4.00
Detail line 2 9.00 3.00
Resource 1 total(Group) 17.00 7.00
Resource 2
Detail line 1 4.00 6.00
Detail line 2 8.00 0.00
Deatail line 3 12.00 0.00
Resource 2 Total (Group) 24.00 6.00
....
Summary
Resource 1 17.00 7.00
Resource 2 24.00 6.00
Maximum 20 Resources.