I am running CR 8 off of an oracle database. The data I need is in the table result_archive. It is arranged like this:
labnumber test sequence value mnemonic
(many more fields but these are the ones of interest)
This is a database of laboratory test results. Each labumber may have several tests of the same type done, each new one getting a higher sequence number. Each different lab test has a different code.
What I am trying to do is compare the results of two different test codes. What I need to do is set it up so that the highest sequence of test 10001 is compared to the highest sequence of test 07001 (they will have different 'highest' sequence numbers). And I need to show this where test 10001 has a mnemonic of 'abnormal' and test 07001 has a mnemonic of 'ff'.
What I am envisioning is this in the details section:
20031111234 10001 99 4.5 abnormal
20031111234 07001 04 1.1 ff
Is this even possible in crystal? So far the best I have come up with is to run a report for each test individually (test 10001, menmonic 'abnormal', sequence 99) and export it to excel, doing the same for the other test, and then pasting one into the other's excel sheet.
labnumber test sequence value mnemonic
(many more fields but these are the ones of interest)
This is a database of laboratory test results. Each labumber may have several tests of the same type done, each new one getting a higher sequence number. Each different lab test has a different code.
What I am trying to do is compare the results of two different test codes. What I need to do is set it up so that the highest sequence of test 10001 is compared to the highest sequence of test 07001 (they will have different 'highest' sequence numbers). And I need to show this where test 10001 has a mnemonic of 'abnormal' and test 07001 has a mnemonic of 'ff'.
What I am envisioning is this in the details section:
20031111234 10001 99 4.5 abnormal
20031111234 07001 04 1.1 ff
Is this even possible in crystal? So far the best I have come up with is to run a report for each test individually (test 10001, menmonic 'abnormal', sequence 99) and export it to excel, doing the same for the other test, and then pasting one into the other's excel sheet.