group by in reporting services

  • I figured there would be a separate forum for Reporting Services (is thi sit)

    I have a report whoch display free disk space on servers like this:

    server 1 | c:\ | 20 GB free 08/22/08

    server 2 | c:\ | 5 GB free 08/22/08

    The query is simply select * from FreeSpace;

    I want to track this data over time so we can see how fast the disk is getting used up.

    I want the report to display the most current record for each drive but I also want the drill down to all lthe previous days and I want to chart it.

    Thanks,

    Kevin

  • What control are you using to display the data? If you are using a table you can use set the grouping to the Server and in that level take First(datafield) for each of the columns you are using. Then your details will be the rest of the records with a filter that excludes that first row. You would have to order by day desc in your query.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply