Please bear with me, as I'm no CR expert.
I'm running CR XI and SQL 2000.
I have a xls workbook that we loosely call a stairstep report, which tracks (manual data-entry) the performance of portfolios as we add them to our system. The report shows the performance by month. So, the date each portfolio is first entered is month 1 and that number increments each month. So, at any given time, each portfolio (record) may be on a different month(our first records are now on month 29, and I just added another, so it's on month 1.)
What I need is to be able to group by portfolio, by month. The higher level group should be the portfolio name, and within that I need to break it down by each month (1 through whatever) that a particular record has been in our system. I have the date each portfolio was created in a sql table.
Again, one portfolio may have 24 months worth of data (24 subgroupings), while another may only have 1 or 2. I have no problem with the simple grouping by each portfolio, but I don't know where to begin to create groups within that group for each month.
Does this make any sense, or should I try to explain more?
tia, Brad
I'm running CR XI and SQL 2000.
I have a xls workbook that we loosely call a stairstep report, which tracks (manual data-entry) the performance of portfolios as we add them to our system. The report shows the performance by month. So, the date each portfolio is first entered is month 1 and that number increments each month. So, at any given time, each portfolio (record) may be on a different month(our first records are now on month 29, and I just added another, so it's on month 1.)
What I need is to be able to group by portfolio, by month. The higher level group should be the portfolio name, and within that I need to break it down by each month (1 through whatever) that a particular record has been in our system. I have the date each portfolio was created in a sql table.
Again, one portfolio may have 24 months worth of data (24 subgroupings), while another may only have 1 or 2. I have no problem with the simple grouping by each portfolio, but I don't know where to begin to create groups within that group for each month.
Does this make any sense, or should I try to explain more?
tia, Brad