This topic is locked

Controlling the web report/chart package

8/5/2009 7:12:40 PM
PHPRunner General questions
B
barlow author

I've just got he report/chart package. Is there some reference material - instructions? I see that I can turn on the report system in the MISCELLANEOUS tab of PHPRUNNER, but it seems to be available for all tables in my DB. Can I restrict its access to specified tables? I looked around to see if there was somewhere I could set a toggle for a table saying 'include in web reports', but alas...
Thanks

J
Jane 8/6/2009

Hi,
all tables and views used in the project on the Datasource tables tab are available for the web reports/charts.

B
barlow author 8/6/2009

Hi,

all tables and views used in the project on the Datasource tables tab are available for the web reports/charts.


In other words, you get all the tables and fields in your project. I was afraid you were going to say that.
So to narrow things down it looks like I'll have to modify things near:
webcharts1.php

$arr_tables = GetTablesListReport();
and
webcharts2.php

$arrDataSeries = GetNumberFieldsList($tname);

$arrLabelFields = GetNBFieldsList($tname);
Looks easy enough. Thanks again - you have a great product and I love your support.