KevinTheDBA
Member
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 as the X and the Report_date as the Y.
This is not working for me however. Have I missed something? The functionality seems very straightforward as does the documentation.
I follow it to the letter and my graphs appear completely blank, or with non-varying lines.
Please advise.
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 as the X and the Report_date as the Y.
This is not working for me however. Have I missed something? The functionality seems very straightforward as does the documentation.
I follow it to the letter and my graphs appear completely blank, or with non-varying lines.
Please advise.