Hi All
Using Crystal Reports Developer 11 and Oracle 8 DB
I have a report that lists medical events for patient dosages
The data in the one table (AE_DOSAGES) looks like this:
Each patient can have one record or two records if there was a break in their dosages like above. For those that have two, I would like to take the first FROM DT and the second record's TO DATE and show only one record for each patient all while also keeping the patients that have the one record
I have the report grouped by patient and seq no and was trying various previous and next if/then formulas without success.
Any help would be appreciated
Using Crystal Reports Developer 11 and Oracle 8 DB
I have a report that lists medical events for patient dosages
The data in the one table (AE_DOSAGES) looks like this:
Code:
SEQ NO PATIENT FROM DATE TO DATE
1 ABC 03JAN08 05JAN08
2 ABC 08JAN08 12JAN08
I have the report grouped by patient and seq no and was trying various previous and next if/then formulas without success.
Any help would be appreciated