Hi,
I have two tables, WORK and DOCUMENT. I need to show all records from WORK where WORK.WORKTYPE='CM' and show related records from DOCUMENT where DOCUMENT.DOCTYPE='1017'
I have a left outer join between the two tables, but because I am putting selection criteria onto both tables Crystal is treating this as an equal join - therefore I am only getting records where WORK.WORKTYPE='CM' AND DOCUMENT.DOCTYPE='1017'.
I am using Crystal 8.5, I have tried both ODBC and Oracle drivers, both return the same result.
Please help!
Ade
I have two tables, WORK and DOCUMENT. I need to show all records from WORK where WORK.WORKTYPE='CM' and show related records from DOCUMENT where DOCUMENT.DOCTYPE='1017'
I have a left outer join between the two tables, but because I am putting selection criteria onto both tables Crystal is treating this as an equal join - therefore I am only getting records where WORK.WORKTYPE='CM' AND DOCUMENT.DOCTYPE='1017'.
I am using Crystal 8.5, I have tried both ODBC and Oracle drivers, both return the same result.
Please help!
Ade