Is there any way of indicating the first record in a group. I know there is a 'ONFIRSTRECORD' function but this only works for the whole report.
The data looks a bit like:
AA10 112456 1 08/06/2009 Capital -130,000.00 -130,000.00 *
AA10 112456 1 08/06/2009 Rental 10,000.00 -120,000.00
AA10 112456 1 08/07/2009 Interest - 200.00 -120,200.00 *
AA10 112456 1 08/07/2009 Pto - 150.00 -120,350.00
AA10 112456 1 08/08/2009 Interest - 200.00 -120,550.00 *
AA10 112456 1 08/08/2009 Pto - 150.00 -120,700.00
I want to be able to calculate the first record of each group (*)
Any ideas would be appreciated.
Thanks
The data looks a bit like:
AA10 112456 1 08/06/2009 Capital -130,000.00 -130,000.00 *
AA10 112456 1 08/06/2009 Rental 10,000.00 -120,000.00
AA10 112456 1 08/07/2009 Interest - 200.00 -120,200.00 *
AA10 112456 1 08/07/2009 Pto - 150.00 -120,350.00
AA10 112456 1 08/08/2009 Interest - 200.00 -120,550.00 *
AA10 112456 1 08/08/2009 Pto - 150.00 -120,700.00
I want to be able to calculate the first record of each group (*)
Any ideas would be appreciated.
Thanks