Hi team
I'm new on Koolreport
I have try to build a simple example reading data from postgresql database to a table. But the result it is not too correct. At the end, koolreport prints:
$this->dataStore('db_sql_data')
and the data as a table with all fields:
$this->dataStore('db_sql_data')
model system time_metr
Could you help me to looking for the issue?
Note:
I tried to do the same by php and pg connector, and the test was ok.
Thanks