J
Jimbo
Hi, I'm working on some basic analysis stuff and want to (ultimately)
display my data on a chart by a month breakdown.
To get each months data I need to run a separate query on the db, but I
want to display all the data in a table form, basically with columns
representing the month period.
So Is it possible for me to create a table object and then just add each
column and then plumb it with the necesary data or is there a better way of
doing this?
Also, can I just point some chart object at a table object and pretty much
them get on with doing their stuff or would some oher collection be better
suited to use with a chart objects (I don't even know if there are any
chart objects yet!!!)
I'm winging it a bit here guys....
display my data on a chart by a month breakdown.
To get each months data I need to run a separate query on the db, but I
want to display all the data in a table form, basically with columns
representing the month period.
So Is it possible for me to create a table object and then just add each
column and then plumb it with the necesary data or is there a better way of
doing this?
Also, can I just point some chart object at a table object and pretty much
them get on with doing their stuff or would some oher collection be better
suited to use with a chart objects (I don't even know if there are any
chart objects yet!!!)
I'm winging it a bit here guys....