Hello,
I have been trying to figure out how to do this, but to no avail.
I have three tables, a lease table, an accounts receivable table and an accounts receivable assessments table. I need to join the lease table to the accounts receivable table using the left outer join. My problem arises when I add the accounts receivable assessment table - I can only join this table to the accounts receivable table on invoice number. I need to use the left outer join from the accounts receivable table to the accounts receivable assessment table. When I have these three tables joined by left outer joins, Crystal returns an error message of "Query contains an illegal outer-join request".
Can this be done? I haven't been able to figure it out.
If anyone can help me out, I would really appreciate it!
I have been trying to figure out how to do this, but to no avail.
I have three tables, a lease table, an accounts receivable table and an accounts receivable assessments table. I need to join the lease table to the accounts receivable table using the left outer join. My problem arises when I add the accounts receivable assessment table - I can only join this table to the accounts receivable table on invoice number. I need to use the left outer join from the accounts receivable table to the accounts receivable assessment table. When I have these three tables joined by left outer joins, Crystal returns an error message of "Query contains an illegal outer-join request".
Can this be done? I haven't been able to figure it out.
If anyone can help me out, I would really appreciate it!