I
Ivan
I created an ASP page displaying statistical information using the OCW11
Pivot object. Well the next step after customizing the look I would like to
display the information in a Chart.
I'm able to provide the ChartSpace with the same ConnectionString and
CommandText but that makes a second execution of the same sql statement. And
having the new resultset I still have the need to customize the look in the
ChartSpace.
Isn't there a more efficient way?
To reduce a second SQL execution can't I set the PivotTable resultset to the
ChartSpace object.
Or even better, display a graph from the final PivotTable look?
Please give me some advice or at least an URL where I could find this
information, I have been trying to find some useful OCW information but it's
very limited what's out there.
Thank in advance,
Ivan
Pivot object. Well the next step after customizing the look I would like to
display the information in a Chart.
I'm able to provide the ChartSpace with the same ConnectionString and
CommandText but that makes a second execution of the same sql statement. And
having the new resultset I still have the need to customize the look in the
ChartSpace.
Isn't there a more efficient way?
To reduce a second SQL execution can't I set the PivotTable resultset to the
ChartSpace object.
Or even better, display a graph from the final PivotTable look?
Please give me some advice or at least an URL where I could find this
information, I have been trying to find some useful OCW information but it's
very limited what's out there.
Thank in advance,
Ivan