Hi all
I have a query
Data is coming from database
FOR 1ST QUARTER
year-mm | a | b |
201201 | 332,785 | 226,246 |
201202 | 334,111 | 226,179 |
201203 | 334,205 | 225,788 |
and report output like below in INFOVIEW 3.1
quarter-year | a | b |
1Q 2012 | 983,499 | 713,592 |
for this month i have calculated the value and crated report but for next Quarter i have again go for hard coding and generate the report
so is how can i convert monthly data into quarterly basis for example
data in database
201201 | 332,785 | 226,246 |
201202 | 334,111 | 226,179 |
201203 | 334,205 | 225,788 |
201204 | 334,990 | 224,448 |
201205 | 335,531 | 232,435 |
201206 | 334,618 | 236,060 |
and final result
quarter-year | a | b |
1Q 2012 | 983,499 | 713,592 |
2Q 2012 | 998,686 | 678,864 |
how can i get this output automatically, it is possible or not and if yes than how i can get these result
Please advise
Thanks in Advance
Ranjeet