leenabhanot
Programmer
Hi, I am using CR7. As of now I have
Group1 - Account number
Group 1 header - subreport for a "summary of charges of all customers"
group2 - cc Customer
group2 footer - subreport for 1 cc customer for 1 account number.
The way this works is 1 account number can have multiple cc customers. The second subreport has to be generated for all cc customers and the 1st one only once for the parent account.
The problem is that each cc customer will require a certain number of copies of the second subreport.
I have no idea how to generate this. I was thinking of using VB for this. In that case using loops, I can generate subreport1 for a customer and then generate subreport2 for one of his cc customers and then within that generate multiple copies of subreport2 for that cc customer. Then just go back and get the next cc customer and generate however many copies he wants.
For this I would have to write an sql query and store the list of all customers in order to process them 1 by 1.
I don't really know how to do this within VB.
Also, is there any way I can support my requirement within crystal reports itself. Maybe going to Crystal 8?
I would really appreciate any feedback.
Thanks a lot.
Group1 - Account number
Group 1 header - subreport for a "summary of charges of all customers"
group2 - cc Customer
group2 footer - subreport for 1 cc customer for 1 account number.
The way this works is 1 account number can have multiple cc customers. The second subreport has to be generated for all cc customers and the 1st one only once for the parent account.
The problem is that each cc customer will require a certain number of copies of the second subreport.
I have no idea how to generate this. I was thinking of using VB for this. In that case using loops, I can generate subreport1 for a customer and then generate subreport2 for one of his cc customers and then within that generate multiple copies of subreport2 for that cc customer. Then just go back and get the next cc customer and generate however many copies he wants.
For this I would have to write an sql query and store the list of all customers in order to process them 1 by 1.
I don't really know how to do this within VB.
Also, is there any way I can support my requirement within crystal reports itself. Maybe going to Crystal 8?
I would really appreciate any feedback.
Thanks a lot.