mutley1
MIS
- Jul 24, 2003
- 909
Hi experts,
I am probably having a blonde moment but I have a few columns of data that I want to put into 1 graph and cant work it out. from the below example, I get the first db name / dates and sizes, then the chart continues with the second. What I want to do is get 2 lines (one for each DB over the same dates. The X axis does the first, then the second DB, so looking at it frmo left to right, it does the bbb database and then the aaa database, but i want to see them both on the same dates and how they are against each other. I would like 2 lines without having to transpose. any help appreciated.
Thanks,
M
I am probably having a blonde moment but I have a few columns of data that I want to put into 1 graph and cant work it out. from the below example, I get the first db name / dates and sizes, then the chart continues with the second. What I want to do is get 2 lines (one for each DB over the same dates. The X axis does the first, then the second DB, so looking at it frmo left to right, it does the bbb database and then the aaa database, but i want to see them both on the same dates and how they are against each other. I would like 2 lines without having to transpose. any help appreciated.
Code:
Database Date Size MB
bbb 16/08/2008 43333.63
bbb 25/08/2008 43658.58
bbb 30/08/2008 43834.81
bbb 06/09/2008 44029.74
aaa 16/08/2008 33333.63
aaa 25/08/2008 33658.58
aaa 30/08/2008 33834.81
aaa 06/09/2008 34029.74
Thanks,
M