MARTINRODDY
Programmer
I have a report of the following format:
Bracnh: North Street
J Bloggs
Date: Transaction:
J Bloggs 02/04/2001 L
J Bloggs 01/04/2001 W
J Bloggs 03/04/2001 L
D Smith
Date: Transaction:
D Smith 04/04/2001 L
D Smith 01/04/2001 L
D Smith 06/04/2001 W
etc.
So I have Several transactions for each customer within each branch. I wish to only display the latest record for each customer(Maximum Date) and then get a count of all the latest records for the branch. So for the above example there will only be 2 transactoions showing and the count will = 2.
What is the best approach to solving this.............I am using Crystal 7 here.
Bracnh: North Street
J Bloggs
Date: Transaction:
J Bloggs 02/04/2001 L
J Bloggs 01/04/2001 W
J Bloggs 03/04/2001 L
D Smith
Date: Transaction:
D Smith 04/04/2001 L
D Smith 01/04/2001 L
D Smith 06/04/2001 W
etc.
So I have Several transactions for each customer within each branch. I wish to only display the latest record for each customer(Maximum Date) and then get a count of all the latest records for the branch. So for the above example there will only be 2 transactoions showing and the count will = 2.
What is the best approach to solving this.............I am using Crystal 7 here.