This topic is locked

repairing SQL code chart in cell

2/3/2024 4:21:34 AM
PHPRunner General questions
W
walid author

$this->settings["sql"] = "select OPPSN, opp0006f as Total from opp000ds where OPPSN ='".$OPPSN."'" ;
// label column name
$this->settings["xAxis"] = "OPPSN";
// data column name
$this->settings["yAxis"] = "Total";
// chart type ( column, line, bar, bar3d, pie )
$this->settings["type"] = "bar";
// title
$this->settings["title"] = "OPPSN";;