Hi everyone,
I have created a Report based on a Crosstab. I'm trying to add up the total of students from the different schools but got an Error.
I am using a text box in the Footer with the following code:
Why the Error? NB. I have calculated in reports base on tables or select queries before with success but the problem seems to be the Crosstab.
Any suggestions?
Thanks for the help.
I have created a Report based on a Crosstab. I'm trying to add up the total of students from the different schools but got an Error.
I am using a text box in the Footer with the following code:
Code:
Sum([TotalOfStudents])
Why the Error? NB. I have calculated in reports base on tables or select queries before with success but the problem seems to be the Crosstab.
Any suggestions?
Thanks for the help.