KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Message: Cannot access offset of type array on array Line: 246 File: \koolreport\dashboard\Dashboard.php #3452

Open Maurizio Foglia opened this topic on on Jul 15 - 1 comments

Maurizio Foglia commented on Jul 15

auto_awesome Traduci da: Inglese 438 / 5.000 I have a db in sqlserver, I'm trying I have a code like below ____ class ClassOneBoard extends \koolreport\dashboard\Dashboard { protected function content() { return [ ClassOneBoard::create([ "dataSource" => (new SDbSource())->dataStore('dataExample')->data(), "columns" => [ "col1", "col2" ] ]) ]; } }

Sebastian Morales commented on Jul 16

Pls post your SimpleBoard PHP code here or via email to support@koolreport.com if there is confidential information in your code. We will help you to fix the issue. Rgds,

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

Dashboard