Using Crystal Reports 8.5 and Oracle Tables:
I'm stuck (again)!
I have a table of items (LABITEM) which are tested. The results are placed in a separate table (ARRESULT). The structure of ARRESULT is such that a field {Test Type Code} is populated with the type of test run (there are 100's) and another field {RESULT} is given a value (>0 or not null means the test was positive).
I need to test the condition for an item that two different test results {Test Type Code} are both positive or if one is positive and one is negative. Therefore I have to parse ARRESULT for every record that relates to the LABITEM and test for the two conditions and count either state.
I'm stuck (again)!
I have a table of items (LABITEM) which are tested. The results are placed in a separate table (ARRESULT). The structure of ARRESULT is such that a field {Test Type Code} is populated with the type of test run (there are 100's) and another field {RESULT} is given a value (>0 or not null means the test was positive).
I need to test the condition for an item that two different test results {Test Type Code} are both positive or if one is positive and one is negative. Therefore I have to parse ARRESULT for every record that relates to the LABITEM and test for the two conditions and count either state.