cindyrella
Programmer
I’m a newbie using Crystal 5.0; I need to create a plain text file using Crystal. I’m connecting to the database with ODBC.
The report needs to be from FILE1 with additional data from FILE2. There is a one to many relationship from FILE1 to FILE2.
I need all records from FILE1 and records from FILE2 where FILE2.TYPE =”0" and FILE2.LEVEL =”X”. The link is FILE1.CODE to FILE2.CODE.
I tried using a left outer join in my report, but I only got records from FILE1 that have a record matching the criteria for FILE2.
Then, I created another report for the FILE1 data, and a subreport with the FILE2 data, and linked the two reports. This produced the correct data. In the original iteration of the report, data from the report exported, but data from the subreport did not export.
I checked CrystalDecisions.com, and based on the “Export Limitations” document, updated my DLLs. Now when I try to export to text, I get a “Report failed to export” error when the export is about 85% complete. There are 15609 records in FILE1.
Any suggestions or help would be greatly appreciated.
CNS
The report needs to be from FILE1 with additional data from FILE2. There is a one to many relationship from FILE1 to FILE2.
I need all records from FILE1 and records from FILE2 where FILE2.TYPE =”0" and FILE2.LEVEL =”X”. The link is FILE1.CODE to FILE2.CODE.
I tried using a left outer join in my report, but I only got records from FILE1 that have a record matching the criteria for FILE2.
Then, I created another report for the FILE1 data, and a subreport with the FILE2 data, and linked the two reports. This produced the correct data. In the original iteration of the report, data from the report exported, but data from the subreport did not export.
I checked CrystalDecisions.com, and based on the “Export Limitations” document, updated my DLLs. Now when I try to export to text, I get a “Report failed to export” error when the export is about 85% complete. There are 15609 records in FILE1.
Any suggestions or help would be greatly appreciated.
CNS