G
Guest
Hello all,
I have a report which contains the status of all the student activities.
The information in the report comes from a table.
The report is grouped by the type of student group. In the report, I have
total of 5 columns for different types of activities. If a student in a
group does a community service, for example, the report would show an "X"
under the community service column.
I am trying to write a formula to count each type of activity (X) of each
group. The count formula is "=count([community service])" in the Student
Group Footer section. For some reason, 3 of the student activity counts
work, and the other 2 are not working.
An example of the 3 that works is if 2 students do community services (2
X's) in Group A, the group footer shows 2 under the community service column.
An example of the other 2 is they show the count of # of students in the
group, instead of # of X's for the type of activities.
I even tried the formula: iif([community service]="X",count([community
service]),0). Again, the outcomes of 5 are not consistent.
Any help would be appreciated.
I have a report which contains the status of all the student activities.
The information in the report comes from a table.
The report is grouped by the type of student group. In the report, I have
total of 5 columns for different types of activities. If a student in a
group does a community service, for example, the report would show an "X"
under the community service column.
I am trying to write a formula to count each type of activity (X) of each
group. The count formula is "=count([community service])" in the Student
Group Footer section. For some reason, 3 of the student activity counts
work, and the other 2 are not working.
An example of the 3 that works is if 2 students do community services (2
X's) in Group A, the group footer shows 2 under the community service column.
An example of the other 2 is they show the count of # of students in the
group, instead of # of X's for the type of activities.
I even tried the formula: iif([community service]="X",count([community
service]),0). Again, the outcomes of 5 are not consistent.
Any help would be appreciated.