The database table I am looking at has legacy data. I am looking to get the minimum start date, but the rest of the data from the current record. Here is an example:
[tt]
Table: BOOKS
Fields: Name Description Release_Date Expired_Date
ABCook Cooking 12/30/2003 1/20/2004
ABCook Cooking Help 1/21/2004 1/25/2004
ABCook Help: Cooking 1/26/2004 {null}
[/tt]
The current output is: ABCook - Help: Cooking (1/26/04)
The desired output is: ABCook - Help: Cooking (12/30/03)
I am using Crystal Reports 8
[tt]
Table: BOOKS
Fields: Name Description Release_Date Expired_Date
ABCook Cooking 12/30/2003 1/20/2004
ABCook Cooking Help 1/21/2004 1/25/2004
ABCook Help: Cooking 1/26/2004 {null}
[/tt]
The current output is: ABCook - Help: Cooking (1/26/04)
The desired output is: ABCook - Help: Cooking (12/30/03)
I am using Crystal Reports 8