Hello all, I am using CR10 against a Lotus Notes database. I am linking two tables (aka Forms in Notes) together and using an outer join. There are two parameters being used, fiscal month and fiscal year. In all it is a pretty simple report.
I think the issue is in the way Crystal is handling the join but I can't be certain. TableA is joined to TableB, TableA is populated with data up to March. TableB is currently empty but will have data soon. The tables are joined by a common field (Fiscal Year) from TableA to TableB.
If my thinking is correct by using the outer join it should alway return data because TableA is populated.
The issue I am having is when I run the report in the designer for say fiscal month = January and fiscal year = 2005 it waffles the results. By that I mean I run it the first time and get data, I run it the second time (same parameters) get a blank report, the third time get data, the fourth time no data....etc.
This is driving me nuts because it seems that the join is switching from left outer to right outer each time I run the report.
Has anyone else seen this behavior? Is it the assumption I am making about the join? BTW, the SELECT statement does select data from both tables.
Kenneth Hartman
Manager, EIS
Hughes Network Systems
I think the issue is in the way Crystal is handling the join but I can't be certain. TableA is joined to TableB, TableA is populated with data up to March. TableB is currently empty but will have data soon. The tables are joined by a common field (Fiscal Year) from TableA to TableB.
If my thinking is correct by using the outer join it should alway return data because TableA is populated.
The issue I am having is when I run the report in the designer for say fiscal month = January and fiscal year = 2005 it waffles the results. By that I mean I run it the first time and get data, I run it the second time (same parameters) get a blank report, the third time get data, the fourth time no data....etc.
This is driving me nuts because it seems that the join is switching from left outer to right outer each time I run the report.
Has anyone else seen this behavior? Is it the assumption I am making about the join? BTW, the SELECT statement does select data from both tables.
Kenneth Hartman
Manager, EIS
Hughes Network Systems