I have a report with the data in the following format
Course Code Title 16-18 19+ Applications
16-18 AB1 Test 0 20 3
19+ AB1 Test 0 20 15
I need to add a total under the 19+ columns which only sums the field once for each course code. It will appear twice as each course code is split between 16-18 year olds and 19+ . In the example above the total should be 20. I then need to add a grand total which only totals the field once for each course code. What is the best way of achieving this?
Course Code Title 16-18 19+ Applications
16-18 AB1 Test 0 20 3
19+ AB1 Test 0 20 15
I need to add a total under the 19+ columns which only sums the field once for each course code. It will appear twice as each course code is split between 16-18 year olds and 19+ . In the example above the total should be 20. I then need to add a grand total which only totals the field once for each course code. What is the best way of achieving this?