Hi there,
I have a dataset with some numbers for each month. For example:
1/1/2009 param1 param2
2/1/2009 param1 param2
3/1/2009 param1 param2
What I need is to show 4 lines of summary:
- last 6 months
- this year (last 12 months)
- last year (12 to 24 months ago)
- total
I was thinking of adding a parameter for each record that assings each record to a specific time frame (6 months ago, 12 months ago, etc.). But groups 1 and 2 are overlapping, so some records would belong to both.
Do you have any suggestions on how to display such a summary?
Thanks a lot! Irene