dragginthru
HMTL & CCS expert
- Local time
- Today, 00:37
- Joined
- Sep 21, 2005
- Messages
- 63
Im totally new to using reports so sorry if this is obvious!
I have a multi table parameter query that selects the course cost, attendees etc and sorts by GP code (to become an invoice basically) that the user then enters the start/end date of the invoicing period.
My report SHOULD like this
GP CODE 3278585
Mr Smith - Training course a - £300
Mrs Blobby - Training course b - £300
Jane Doe - Training course C - £0
TOTAL - £600
--
GP CODE 3948484
Mr Jones - Training course d - £150
Mrs Smith - Training course C - £300
TOTAL - £450
However I cant get the total to be anything other than the total for ALL the records retrieved by the query so currently every total is £5000 or so!
I copied a box with =sum[charge cost] (thats the field name) but basically the report is not grouping these by GP code.
Everything else on it is correct, its all grouped correctly.
Anyone guide me on what obvious thing i have done wrong?
I have a multi table parameter query that selects the course cost, attendees etc and sorts by GP code (to become an invoice basically) that the user then enters the start/end date of the invoicing period.
My report SHOULD like this
GP CODE 3278585
Mr Smith - Training course a - £300
Mrs Blobby - Training course b - £300
Jane Doe - Training course C - £0
TOTAL - £600
--
GP CODE 3948484
Mr Jones - Training course d - £150
Mrs Smith - Training course C - £300
TOTAL - £450
However I cant get the total to be anything other than the total for ALL the records retrieved by the query so currently every total is £5000 or so!
I copied a box with =sum[charge cost] (thats the field name) but basically the report is not grouping these by GP code.
Everything else on it is correct, its all grouped correctly.
Anyone guide me on what obvious thing i have done wrong?
