AnnieRider
MIS
The grouping in my report is done in List form and looks as such
Interventions Total: 2
Name: Joe Bloggs Date Start: 18/01/2009 Date Entered: 27/01/2009 Entered After (working days): 7
Organisation: Purbeck School
Notes: Saw Joe in school, discussed Options after Year 11.
Name: Jane Smith Date Start: 24/08/2008 Date Entered: 24/08/2008 Entered After (working days): 0
Organisation: Job Centre Plus
Notes: Helped Jane create her CV and looked at Retail vacancies
Telephone/Email Contact Total: 2
Name: Jane Smith Date Start: 22/08/2008 Date Entered: 24/08/2008 Entered After (working days): 2
Organisation:
Notes: Called Jane to remind her of our appt at Job Centre.
Name: Daniel Doors Date Start: 02/12/2008 Date Entered: 10/12/2008 Entered After (working days): 6
Organisation:
Notes: Have emailed Joe's Tutor to let him know about the appointment I've arranged for him on Weds 12th November
----------------------------------------------------------
I have another text box on each record that denotes whether the datediff is 5 or above
=IIf(ReportItems!datediff.Value>=5,1,0)
For each group (ie Interventions and Tel Contact) I need to show the sum of the above, so how many records in each group have a datediff of over 5.
I have added a text box with the following expression within my group list
=Sum(ReportItems!LateEntry.Value)
but when I run the report I'm told that I can only put Aggregate functions in headers or footers. The sum works if I put it in the header but of course it counts the total for the report and I need individual totals for each group.
Is there any work around for showing a sum for a group that is created in list form?
Thanks
Annie
Interventions Total: 2
Name: Joe Bloggs Date Start: 18/01/2009 Date Entered: 27/01/2009 Entered After (working days): 7
Organisation: Purbeck School
Notes: Saw Joe in school, discussed Options after Year 11.
Name: Jane Smith Date Start: 24/08/2008 Date Entered: 24/08/2008 Entered After (working days): 0
Organisation: Job Centre Plus
Notes: Helped Jane create her CV and looked at Retail vacancies
Telephone/Email Contact Total: 2
Name: Jane Smith Date Start: 22/08/2008 Date Entered: 24/08/2008 Entered After (working days): 2
Organisation:
Notes: Called Jane to remind her of our appt at Job Centre.
Name: Daniel Doors Date Start: 02/12/2008 Date Entered: 10/12/2008 Entered After (working days): 6
Organisation:
Notes: Have emailed Joe's Tutor to let him know about the appointment I've arranged for him on Weds 12th November
----------------------------------------------------------
I have another text box on each record that denotes whether the datediff is 5 or above
=IIf(ReportItems!datediff.Value>=5,1,0)
For each group (ie Interventions and Tel Contact) I need to show the sum of the above, so how many records in each group have a datediff of over 5.
I have added a text box with the following expression within my group list
=Sum(ReportItems!LateEntry.Value)
but when I run the report I'm told that I can only put Aggregate functions in headers or footers. The sum works if I put it in the header but of course it counts the total for the report and I need individual totals for each group.
Is there any work around for showing a sum for a group that is created in list form?
Thanks
Annie