I'm a new Crystal IX user. I've read all the threads about removing duplicate records and still need assistance.
Data looks like this:
MR # Procedure Start Time End Time
123 Diag Cath 8:55AM 9:45 AM
123 Inter Cath 8:55AM 10:36 AM
456 Diag Cath 11:10 AM 11:55 AM
456 Cath, PV 11:10 AM 12:05 PM
789 Diag EP 2:45 PM 3:50 PM
789 Int EP 2:45 PM 4:57 PM
I need only one occurence for each MR# to print, the one with the longest duration.
Data looks like this:
MR # Procedure Start Time End Time
123 Diag Cath 8:55AM 9:45 AM
123 Inter Cath 8:55AM 10:36 AM
456 Diag Cath 11:10 AM 11:55 AM
456 Cath, PV 11:10 AM 12:05 PM
789 Diag EP 2:45 PM 3:50 PM
789 Int EP 2:45 PM 4:57 PM
I need only one occurence for each MR# to print, the one with the longest duration.