Designware
Technical User
- Sep 24, 2002
- 202
Hi,
I have a reporting issue that I need a solution for. I want to build a report from two tables that have similar transactions. Example: Table A has the following records:
Item Date Qty
2 2/3/11 3
2 3/1/11 6
2 3/4/11 4
And Table B has:
Item Date Qty
2 1/4/11 1
2 3/15/11 5
The detail listing on the final report (sorted by date) should look like:
Item Date Qty
2 1/4/11 1
2 2/3/11 3
2 3/1/11 6
2 3/4/11 4
2 3/15/11 5
All the join types give me too many records and transactions repeated (makes sense).
Can I do report1 on table A, save to a text file, run report2 on table B, append to same text file, then run report3 on that text file?
I see that I can do a subreport, but that appears as if it would give me too many records as well.
How can I accomplish this without user interaction? Are either of the ideas above feasible? Other options?
Thanks for your help!
Dale
I have a reporting issue that I need a solution for. I want to build a report from two tables that have similar transactions. Example: Table A has the following records:
Item Date Qty
2 2/3/11 3
2 3/1/11 6
2 3/4/11 4
And Table B has:
Item Date Qty
2 1/4/11 1
2 3/15/11 5
The detail listing on the final report (sorted by date) should look like:
Item Date Qty
2 1/4/11 1
2 2/3/11 3
2 3/1/11 6
2 3/4/11 4
2 3/15/11 5
All the join types give me too many records and transactions repeated (makes sense).
Can I do report1 on table A, save to a text file, run report2 on table B, append to same text file, then run report3 on that text file?
I see that I can do a subreport, but that appears as if it would give me too many records as well.
How can I accomplish this without user interaction? Are either of the ideas above feasible? Other options?
Thanks for your help!
Dale