KoolReport's Forum

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

Is there any way to create an org chart in koolreport? #1645

Open Richb201 opened this topic on on Oct 3, 2020 - 2 comments

Richb201 commented on Oct 3, 2020

Can I create an org chart from my existing dataStores?

Richb201 commented on Oct 4, 2020

Never mind, I found the "answer" since I had previously asked. Is there some way for me to view the data in a datastore? The chart is not rendering properly and I need to see where I screwed up.

David Winterburn commented on Oct 5, 2020

Hi Richard,

In a report's view, you could check a datastore metadata and data like this:

//MyReport.view.php
print_r($this->dataStore("ds")->meta());
print_r($this->dataStore("ds")->data());

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

None