msanders67
Technical User
I have a Crystal Report set up in the following manner:
Orders File linked to a detail file, a customer master file, and a customer ship-to file. I am pulling data from all of these files in some cases, but there is not always a customer ship-to record on file for every customer, in which case, nothing is being returned at all. Only if there is a ship-to record on file do I get a record returned. What I need is the data returned from other files even if there is not a customer ship-to record on file and the ship-to information returned if there is a ship-to code on file.
Is there a way to pull in every record from the main file, matching detail from the other 2 files and if matching records exist in the ship-to file, pull that data in as well, otherwise, ignore this file?
SO.Open.Header
| | |------->SO.Open.Detail (100%match)
| |------>AR.Customer.Master (100%match)
|
|------>SO.Customer.Ship-to (conditional match)
Additional FACTS: Crystal Reports 8.5 running with MAS90
Thank you in advance,
Margo
Orders File linked to a detail file, a customer master file, and a customer ship-to file. I am pulling data from all of these files in some cases, but there is not always a customer ship-to record on file for every customer, in which case, nothing is being returned at all. Only if there is a ship-to record on file do I get a record returned. What I need is the data returned from other files even if there is not a customer ship-to record on file and the ship-to information returned if there is a ship-to code on file.
Is there a way to pull in every record from the main file, matching detail from the other 2 files and if matching records exist in the ship-to file, pull that data in as well, otherwise, ignore this file?
SO.Open.Header
| | |------->SO.Open.Detail (100%match)
| |------>AR.Customer.Master (100%match)
|
|------>SO.Customer.Ship-to (conditional match)
Additional FACTS: Crystal Reports 8.5 running with MAS90
Thank you in advance,
Margo