i have two views and create two crystal report 1 and report 2
report1 is create to use table itemMaster and CustomerInvDetails which have field Itemcode,itemdetails join with itemcode
report 2 is create to use table CustomerMaster and CustomerInvoice join with CustomerCode.....
how to merge these two reports....
i want my final report look like below
CustomerCode CustomerName TotalSale Productname1. productName2.......productname 25 Date
1001 sam 5455 y n y 01/02/2005
...
..
..
..
these fields come from dbo.CustomerMaster.CustomerCode , dbo.CustomerMaster.CustomerName,
dbo.CustomerInvoice.TotalSales ,dbo.ItemMaster.ProductDescription(ProductName) ,dbo.customerInvoice.Date
how can i make above report...
please help me
its urgent.....
Nilanka DharmadasaPosted Jan 5, 2010, 8:02 AM
You don;t have to merge two reports. Instead join two views and get a single view and use it in the report.
If you need my help on joining the two views send me the two views.
paul danielPosted Jan 5, 2010, 7:48 AM
Refer this link
http://csharp.net-informations.com/crystal-reports/csharp-crystal-merge-module.htm
Thanks,
Paul daniel