Hi all,
I am trying to determine the best way to go about this report I have been assigned.
Working with Crystal 9 -- SQL Server 200 stored procedure is my datasourse, and it's on an OLE DB connection.
The dilemma is, the origianl report has about 9 subreports, all with different tables and relationships intertwined. In all there's probably 15 tables involved.
Now, I'm one of those of the mind that if it can all be fed into a stored procedure, let's just bring back one dataset, and avoid all the different subreports. Trouble is...this is a PO form with several different addresses and line item comments, quantities and prices, etc. And since I can't suppress a line within a formula or group of fields in a section. (ie, if there is no "Contact" line in the address, I would want to see only 4 lines for the address as opposed to 5.) So subreports are a bit ineveitable, so it seems. Since you can suppress a line if it's blank that way.
My question is, how many subreports are still "healthy", and not going to drag the report down. And should I use the individual tables? Or go ahead and use my stored procedure over and over again within the subreports.
Does this make any sense, or am I just rambling?
Thanks in advance for any advice,
CrystalQB
I am trying to determine the best way to go about this report I have been assigned.
Working with Crystal 9 -- SQL Server 200 stored procedure is my datasourse, and it's on an OLE DB connection.
The dilemma is, the origianl report has about 9 subreports, all with different tables and relationships intertwined. In all there's probably 15 tables involved.
Now, I'm one of those of the mind that if it can all be fed into a stored procedure, let's just bring back one dataset, and avoid all the different subreports. Trouble is...this is a PO form with several different addresses and line item comments, quantities and prices, etc. And since I can't suppress a line within a formula or group of fields in a section. (ie, if there is no "Contact" line in the address, I would want to see only 4 lines for the address as opposed to 5.) So subreports are a bit ineveitable, so it seems. Since you can suppress a line if it's blank that way.
My question is, how many subreports are still "healthy", and not going to drag the report down. And should I use the individual tables? Or go ahead and use my stored procedure over and over again within the subreports.
Does this make any sense, or am I just rambling?
Thanks in advance for any advice,
CrystalQB