I am using Crystal Reports Version 8.5 with an ODBC connection to a MySQL database.
My report has a Primary table and numerous One to One links to secondary tables.
I wish the report to generate values when one or both of the secondary tables contain no corresponding records. That is some Primary records have no corresponding record in the secondary table.
I can initiate "Left Outer Joins" from the primary to the secondary tables as long as I don't try to use a field from the secondary tables in the report. But if there is a field in the report from either one of the secondary tables Crystal Reports does not allow the "Left Outer Join" to be initiated and I then get an ODBC error message and the report becomes a blank page.
I tried working with the "IsNull" command. However, while the command works to allow the display of the field of the null records in the secondary table it does not allow the display of the field when the value is not null. It seems to offer one or the other. All fields with the null value or all fields with the not null value.
Help greatly appreciated. I have tried the knowledge bases and forums.
My report has a Primary table and numerous One to One links to secondary tables.
I wish the report to generate values when one or both of the secondary tables contain no corresponding records. That is some Primary records have no corresponding record in the secondary table.
I can initiate "Left Outer Joins" from the primary to the secondary tables as long as I don't try to use a field from the secondary tables in the report. But if there is a field in the report from either one of the secondary tables Crystal Reports does not allow the "Left Outer Join" to be initiated and I then get an ODBC error message and the report becomes a blank page.
I tried working with the "IsNull" command. However, while the command works to allow the display of the field of the null records in the secondary table it does not allow the display of the field when the value is not null. It seems to offer one or the other. All fields with the null value or all fields with the not null value.
Help greatly appreciated. I have tried the knowledge bases and forums.