anationalacrobat
Technical User
I think I can do all this in subreports, the question is whether that's the best solution or a bad one.
The report we're trying to generate pulls data from many many different places. What we're looking to put all on one page:
1. Customer name
2. Customer addresses, business and personal (in the database, customer name and some personal data is on one table, addresses are all stored in a second table, a third table links customer name to addresses. One customer could have dozens of addresses)
3. To the right of all this will be payment columns that will sum the yearly transaction volume.
So, it'll look something like this:
name, ID number 2008 2007 2006
bus address home address $x $y $z
Then and that's it for one record, it loops to the next record.
Now I've been scratching my head and the way I see it, this is all about multiple queries and multiple result sets so that means pretty much every field here is going to be a sub-report, the only exception being the customer's name and ID number.
So, is there a smarter way or is this it?
The report we're trying to generate pulls data from many many different places. What we're looking to put all on one page:
1. Customer name
2. Customer addresses, business and personal (in the database, customer name and some personal data is on one table, addresses are all stored in a second table, a third table links customer name to addresses. One customer could have dozens of addresses)
3. To the right of all this will be payment columns that will sum the yearly transaction volume.
So, it'll look something like this:
name, ID number 2008 2007 2006
bus address home address $x $y $z
Then and that's it for one record, it loops to the next record.
Now I've been scratching my head and the way I see it, this is all about multiple queries and multiple result sets so that means pretty much every field here is going to be a sub-report, the only exception being the customer's name and ID number.
So, is there a smarter way or is this it?