I recently start using crystal report 8.5 at work. Today I was working on a report and it requires data out of 2 different tables. Here is how the tables look like
Table 1:
Customer# Order Packed
001 True
002 True
003 False
004 False
Table 2:
Customer# Order Shipped
001 True
003 false
004 false
If I print each report individually they are fine. If I combine the tables and print the whole report it gives me an error. I understand that customer 2 is missing in table 2 but I want the report to say "N/A" if order shipped is not found. I think I can solve the problem by modifying the database but I do not have the authority. Here is the exact error I am getting.
"ODBC Error [Data Direct-Technologies] [ODBC Progress drive] The keyword outer join were not found in an outer join escape sequence.
Table 1:
Customer# Order Packed
001 True
002 True
003 False
004 False
Table 2:
Customer# Order Shipped
001 True
003 false
004 false
If I print each report individually they are fine. If I combine the tables and print the whole report it gives me an error. I understand that customer 2 is missing in table 2 but I want the report to say "N/A" if order shipped is not found. I think I can solve the problem by modifying the database but I do not have the authority. Here is the exact error I am getting.
"ODBC Error [Data Direct-Technologies] [ODBC Progress drive] The keyword outer join were not found in an outer join escape sequence.