Yep.. Had it fixed immediately after I pressed the "post" button...
However - I would like to have two lines, because infact there are two related items along the timeline that I would like to graph.
I take it this is not presently supported?
I have tried to create a chart - any, it really doesn't matter which - and failed.
I am using a very simple SQL statement. It is as follows.
SELECT TB.REPORT_DATE
,TB.AVG_FREE_SPACE_PER_PAGE
FROM TABLEB TB
I am simply trying to generate a line graph using the AVG_FREE_SPACE_PER_PAGE...