Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can Crystal Report merge two datasets together?

Status
Not open for further replies.

Tianjin

Technical User
Nov 18, 2003
80
0
0
CA
Hi

I have two datasets, one is from PO and the other one is MO. I would like to Merge these two datasets together with their common fields (Id, Item, Date) and sort merged list by date. I wonder if crystal can manipulate this type of operation.

Thanks

tianjin
 
Hi,
If you can access the datasets within crystal then link them by those common fields. You will then have all the fields available and can work on sorting/grouping/displaying them.



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Use a Command (or View or Stored Procedure) as a data source and a UNION ALL sql statement to merge the data from the two SELECT statements.

- Ido

view, email, export, burst, distribute, and schedule Crystal Reports.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top