blach
Posts: 2
|
| Posted: 10/23/2009, 10:38 AM |
|
Hello,
I need to build a chart from a dataset including 2 or more series.
For example :
Table 1 : Cars
id : 1 / Name : Car1
id : 2 / Name : Car2
Table 2 : Distance
idCar : 1 / Time : 00:05 / Speed : 20
idCar : 2 / Time : 00:05 / Speed : 21
idCar : 1 / Time : 00:10 / Speed : 19
idCar : 1 / Time : 00:10 / Speed : 21
Relation on Car Name : Table 1.id = Table 2.idCar
I want to chart the speed of both car with Time on X axis : a line by car.
Is there a way to do this with CCS 4 ?
Regards,
Blach
|
 |
 |
blach
Posts: 2
|
| Posted: 10/26/2009, 12:41 PM |
|
Hello,
Should I post that in "Wishes" Section ?
|
 |
 |
javadev
|
| Posted: 10/26/2009, 9:34 PM |
|
CCS FlashChart will do this - but you have to supply it with cross-tab
(pivot table) data. That will depend on your database...
blach wrote:
> Hello,
>
> I need to build a chart from a dataset including 2 or more series.
> For example :
>
> Table 1 : Cars
> id : 1 / Name : Car1
> id : 2 / Name : Car2
>
> Table 2 : Distance
> idCar : 1 / Time : 00:05 / Speed : 20
> idCar : 2 / Time : 00:05 / Speed : 21
> idCar : 1 / Time : 00:10 / Speed : 19
> idCar : 1 / Time : 00:10 / Speed : 21
>
> Relation on Car Name : Table 1.id = Table 2.idCar
>
> I want to chart the speed of both car with Time on X axis : a line by car.
>
> Is there a way to do this with CCS 4 ?
>
> Regards,
>
> Blach
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|