I have two report functions:
1. counts all the occurrences of courses that match a specific school year.
2. gives me a total count of courses
I also need to count the occurrences of courses that do not match a specific school year. How can I subtract the value from the first report from the second report function?
Is there a better way to do this?