A family of Microsoft relational database management systems designed for ease of use.
Hi,
I tried to get an understanding of the how Crosstab queries are done by looking at examples off the web. So I have the rows being Month, Center Code and StudentID and score in the columns. The only difficulty I'm having right now is creating a calculated field to sum all the 4 courses together, divide the total by 400 (aggregate of each course) and multiply the outcome by 100 to get the percentage marks (=([English]+[Hindi]+[Math]+[Science])/400*100) obtained by each student. There are no good videos to show how this can be done.
Please guide me.