Only things that come to mind would be:
write a stored proc to do a summary of the 'excluded' data items and bring that in as one row
OR
Pull all data and conditionally suppress rows based on your parameter
OR
Write a formula to compress all your rows that pre-date the param and use that in your process.
Any RT or formula would need to pull that 'count' to know where to begin.
Edited by DBlank - 08 Feb 2010 at 12:30pm