Hello,
I have the following data:
Type Time Value 1 Value 2
I wish to draw a line chart with the Time column on the X axis, and 4 lines, being {Type 1-Value1}, {Type 1-Value 2}, {Type 2-Value1}, {Type 2-Value 2},
So far i haven't succeeded in creating this chart. I tried using DataGroupColumn, manually defining series, etc.... but without luck. I am trying to do this from within the standalone report designer, so I can't use code.
Any help is highy appreciated,
Kind regards,
Stijn
I have the following data:
Type Time Value 1 Value 2
Type 1 |
2013-03-02 13:01:00 |
0 |
15 | |||||||
Type 2 |
2013-03-02 13:01:00 | 0 | 8 | |||||||
Type 1 | 2013-03-02 13:02:00 | 0 | 15 | |||||||
Type 2 | 2013-03-02 13:02:00 | 0 | 8 | |||||||
Type 1 | 2013-03-02 13:03:00 | 0 | 15 | |||||||
Type 2 |
2013-03-02 13:03:00 | 6 | 2 | |||||||
Type 1 | 2013-03-02 13:04:00 | 0 | 15 | |||||||
Type 2 | 2013-03-02 13:04:00 | 5 | 3 |
I wish to draw a line chart with the Time column on the X axis, and 4 lines, being {Type 1-Value1}, {Type 1-Value 2}, {Type 2-Value1}, {Type 2-Value 2},
So far i haven't succeeded in creating this chart. I tried using DataGroupColumn, manually defining series, etc.... but without luck. I am trying to do this from within the standalone report designer, so I can't use code.
Any help is highy appreciated,
Kind regards,
Stijn