This document explains a way to create a report filter to exclude data from the base report.
EXAMPLE
1. Create a report R1 with Month, Revenue and filter which contains the first 6 months in 2008.

2. Create another report R2 with Year, Month, Revenue and use R1 as filter.

3. You will see that R2 still displays the first 6 months data.

4. In order to exclude the values, create another filter expression which will always be TRUE and combine it with the report-as-filter with "AND NOT".
For example: Report filter= "Year(ID) is not NULL" AND NOT R1
This way the report-as-filter qualification is excluded.