Reporting Services: Line Graph MBs over Time

Last post 10-11-2008 7:12 AM by gurucb. 1 replies.
Page 1 of 1 (2 items)
Active Topics My Discussions Unanswered Sort Posts: Previous Next
  • 10-07-2008 8:51 AM

    Reporting Services: Line Graph MBs over Time

    Hi,

    I am trying to build a report using the below dataset,

    select database_name as [Name],
    [Total_DB_Size(MB)] as Size,
    Date_Captured as [Date]
    from Admin..DB_Growth
    order by Date_Captured Desc

     What I want is a line graph of the different db's with the axis being the MBs and the date. I cant seem to get this right each time I try it doesnt give me what I expect. Can anyone outline the steps?

     

    cheers

     

  • 10-11-2008 7:12 AM In reply to

    • gurucb
    • Top 100 Contributor
    • Joined on 04-02-2005
    • India
    • Posts 153

    Re: Reporting Services: Line Graph MBs over Time

    if I understand your query this may help you 

    Drop

    [Date]  from dataset onto area that indicates "Drop Category Fields here"

    [Name] from dataset onto area that indicates "Drop series Fields here"

    and

    size from dataset onto area that indicates "Drop data Fields here"

     

     

Page 1 of 1 (2 items)
Active Topics   My Discussions    Unanswered Posts


© 2000 - 2007 vDerivatives Limited All Rights Reserved.