I have a requirement for calculating the Sum of first two blocks of a break implemented report.
For Example, Report has 5 years of data. 2005-2009. Breaks have been implemented on year.
Now i need sum of data of 2005 and 2006 only.
Are the requirements for the first two blocks static? For example, is it always “current year minus 4 years” or something like that? I would create some type of variable based on that to represent those first two blocks, and then use the example I provided.