Need info from table that is linked through another left outer join 
Author Message
 Need info from table that is linked through another left outer join

Hello,
For brevity, I will describe the linkage between only 3 tables using
Crystal Reports.
A is linked to B through a left outer join.
B is linked to C through a regular(=) join. (can only have 1 left
outer join in Crystal)

The report works fine until I mention table "C" while defining a
formula.  Then I only retrieve 10 records instead of 238 that the left
outer should give.

I want the date from 'A' if there is no record in C.
Otherwise I want the date from 'C'. I cannot link A and C directly.

IF (IsNull "a key field in table 'B'")
     THEN
"date from table A"
ELSE "date from table C"   ****THE ADDITION OF THIS LINE REDUCES THE
RETURNED RECORD COUNT TO 10

I'd appreciate any help with this.



Sat, 28 May 2005 04:07:29 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. SQL statement on 2 or more tables (left outer joins)

2. DAO Left Outer Join Update Problem

3. Access left outer join or handling no records found

4. ****Left Outer Join

5. Left Outer Join to SQL Server

6. LEFT OUTER JOIN PROBLEMS!!!

7. Left Outer Joins

8. RIGHT / LEFT OUTER JOIN

9. LEFT (OUTER) JOIN problem...

10. LEFT OUTER JOIN

11. Crystal Outer join and link options not working?

12. Need help with outer join

 

 
Powered by phpBB® Forum Software