Hi.
I have a report with 3 Tables
SAMPLE, TEST and RESULT.
Samples have Tests and Tests have Results. "One to many" In each case.
To hopefully illustrate my problem, say I have a SAMPLE which has the Weight TEST, which has Start, Finish and Difference RESULTS.
The report works as expected in this Case.
However if there are TESTs with no RESULTs yet, no RESULT records are created in the RESULT table yet. So therefor, to retrieve these SAMPLEs with Weight TESTs, left outer joins are required.
The report works as expected in this Case.
The problem, is, when there are records in the RESULT table, I need to stop certain Records. For example in the above example, I need to stop those "Start" and "Finish" Results from being returned. I still need the "Difference results. I also still need to return those SAMPLES and TESTS even when there are no RESULTS. Once I start to have records selection criteria (on the RESULT Table, the Right Table) it ignores the Left Join.
Is this possible, to have left Joins and selction criteria on the Right Table
Hope this is clear.
I could do the left outer join, and suppress unwanted RESULT records, but I need to do summary operations on the results and also export it to Excel. I find these suppressed records are just hidden from view, rather than actually suppressed, and get caught up in calcs and exports.
Cheers, Kai
I have a report with 3 Tables
SAMPLE, TEST and RESULT.
Samples have Tests and Tests have Results. "One to many" In each case.
To hopefully illustrate my problem, say I have a SAMPLE which has the Weight TEST, which has Start, Finish and Difference RESULTS.
The report works as expected in this Case.
However if there are TESTs with no RESULTs yet, no RESULT records are created in the RESULT table yet. So therefor, to retrieve these SAMPLEs with Weight TESTs, left outer joins are required.
The report works as expected in this Case.
The problem, is, when there are records in the RESULT table, I need to stop certain Records. For example in the above example, I need to stop those "Start" and "Finish" Results from being returned. I still need the "Difference results. I also still need to return those SAMPLES and TESTS even when there are no RESULTS. Once I start to have records selection criteria (on the RESULT Table, the Right Table) it ignores the Left Join.
Is this possible, to have left Joins and selction criteria on the Right Table
Hope this is clear.
I could do the left outer join, and suppress unwanted RESULT records, but I need to do summary operations on the results and also export it to Excel. I find these suppressed records are just hidden from view, rather than actually suppressed, and get caught up in calcs and exports.
Cheers, Kai