MSSQL Server Report:
I created report with three tables left outer joined to one another.
The code that Crystal created for me joins them in the where clause ... table1.fld *= table2.fld, etc.
I get a GENERAL SQL ERROR when running it. If I change the code to table1 left outer join table2 on table1.fld = table2.fld it runs. Is there some option I should set or something so that I can use the code that Crystal created for me?
Thanks in advance.
Deborah
I created report with three tables left outer joined to one another.
The code that Crystal created for me joins them in the where clause ... table1.fld *= table2.fld, etc.
I get a GENERAL SQL ERROR when running it. If I change the code to table1 left outer join table2 on table1.fld = table2.fld it runs. Is there some option I should set or something so that I can use the code that Crystal created for me?
Thanks in advance.
Deborah