My report links a master table with 4 value tables
Master table:
key, valueA, valueB, valueC, valueD
1,A,B,C,D
2,,,,
3,,,,
4,A,B,C,D
Value Table(s):
key,description
A,descriptionA
B,descriptionB
C,descriptionC
D,descriptionD
Keys and values will vary but for the purpose of this explanation it is enough...
My problem is that report only shows records 1 and 4 because records 2 and 3 have null values in valueA, B C and D.
I do have the tables linked as left outer join so I would expect all records to be retrieved.
I also copied the report SQL statement and run it using Crystal SQL designer and got all 4 records.
Is there any trick I need to be aware of when using left outer join and nulls?
Any input will be very much appreciated.
Thanx
Luis
Master table:
key, valueA, valueB, valueC, valueD
1,A,B,C,D
2,,,,
3,,,,
4,A,B,C,D
Value Table(s):
key,description
A,descriptionA
B,descriptionB
C,descriptionC
D,descriptionD
Keys and values will vary but for the purpose of this explanation it is enough...
My problem is that report only shows records 1 and 4 because records 2 and 3 have null values in valueA, B C and D.
I do have the tables linked as left outer join so I would expect all records to be retrieved.
I also copied the report SQL statement and run it using Crystal SQL designer and got all 4 records.
Is there any trick I need to be aware of when using left outer join and nulls?
Any input will be very much appreciated.
Thanx
Luis