I have a query that returns about 300 records. Each record contains FundID, DateID and Value. The query automatically returns a single value for the current month and a single value for the previous month - so for 150 funds, there are 2 records per fund, totalling 300 records.
I need to create a report on this. The report must be 150 rows long (i.e. one row per Fund), showing the fund name, value for current month and value for previous month. I can get the report to shows the values for each fund one underneath eacother (thus making the report 300 rows), but I need them to be next to eachother, as various calculations then have to be performed on the difference between the two values.
Thanks for the help.
I need to create a report on this. The report must be 150 rows long (i.e. one row per Fund), showing the fund name, value for current month and value for previous month. I can get the report to shows the values for each fund one underneath eacother (thus making the report 300 rows), but I need them to be next to eachother, as various calculations then have to be performed on the difference between the two values.
Thanks for the help.